mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
apps/system/critmon: Add a daemon on monitor critical sections.
This commit is contained in:
parent
e88a529010
commit
943abb19d2
6 changed files with 679 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ STACKSIZE = 2048
|
|||
|
||||
MAINSRC = stackmonitor.c
|
||||
|
||||
CONFIG_XYZ_PROGNAME ?= ramtest$(EXEEXT)
|
||||
CONFIG_XYZ_PROGNAME ?= stackmon$(EXEEXT)
|
||||
PROGNAME = $(CONFIG_XYZ_PROGNAME)
|
||||
|
||||
APPNAME = stackmonitor_start stackmonitor_stop
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue