mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
cmake:add system cdcacm/critmom/stackmonitor missing CMake scripts
Signed-off-by: xuxin19 <xuxin19@xiaomi.com>
This commit is contained in:
parent
190926b467
commit
faea166566
3 changed files with 10 additions and 3 deletions
|
|
@ -19,5 +19,7 @@
|
|||
# ##############################################################################
|
||||
|
||||
if(CONFIG_SYSTEM_CDCACM)
|
||||
nuttx_add_application(NAME cdcacm)
|
||||
nuttx_add_application(NAME sercon SRCS cdcacm_main.c)
|
||||
|
||||
nuttx_add_application(NAME serdis)
|
||||
endif()
|
||||
|
|
|
|||
|
|
@ -19,5 +19,8 @@
|
|||
# ##############################################################################
|
||||
|
||||
if(CONFIG_SYSTEM_CRITMONITOR)
|
||||
nuttx_add_application(NAME critmon)
|
||||
nuttx_add_application(NAME critmon SRCS critmon.c)
|
||||
|
||||
nuttx_add_application(NAME critmon_start)
|
||||
nuttx_add_application(NAME critmon_stop)
|
||||
endif()
|
||||
|
|
|
|||
|
|
@ -19,5 +19,7 @@
|
|||
# ##############################################################################
|
||||
|
||||
if(CONFIG_SYSTEM_STACKMONITOR)
|
||||
nuttx_add_application(NAME stackmonitor)
|
||||
nuttx_add_application(NAME stackmonitor_start SRCS stackmonitor.c)
|
||||
|
||||
nuttx_add_application(NAME stackmonitor_stop)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue