cmake:refine cmake build for apps/examples

Signed-off-by: xuxin19 <xuxin19@xiaomi.com>
This commit is contained in:
xuxin19
2023-08-15 20:13:03 +08:00
committed by Xiang Xiao
parent 9cf473c88c
commit 32b417a8f7
152 changed files with 2903 additions and 113 deletions

View File

@@ -19,5 +19,13 @@
# ##############################################################################
if(CONFIG_EXAMPLES_I2SLOOP)
nuttx_add_application(NAME i2sloop)
nuttx_add_application(
NAME
i2sloop
STACKSIZE
${CONFIG_DEFAULT_TASK_STACKSIZE}
MODULE
${CONFIG_EXAMPLES_I2SLOOP}
SRCS
i2sloop_main.c)
endif()