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_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