add lib_dnr lib_roleswitch

This commit is contained in:
Steven Dan
2026-01-27 22:43:20 +08:00
parent ed84aad10d
commit c505cf84a9
8 changed files with 72 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
set(LIB_NAME lib_dnr)
set(LIB_VERSION 1.0.0)
set(LIB_INCLUDES api)
set(LIB_DEPENDENT_MODULES "")
XMOS_REGISTER_MODULE()

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,12 @@
# You can set flags specifically for your module by using the MODULE_XCC_FLAGS
# variable. So the following
#
# MODULE_XCC_FLAGS = $(XCC_FLAGS) -O3
#
# specifies that everything in the modules should have the application
# build flags with -O3 appended (so the files will build at
# optimization level -O3).
#
# You can also set MODULE_XCC_C_FLAGS, MODULE_XCC_XC_FLAGS etc..
VERSION = 1.0.0