apps/system/critmon: Add a daemon on monitor critical sections.

This commit is contained in:
Gregory Nutt 2018-11-24 13:35:53 -06:00
parent e88a529010
commit 943abb19d2
6 changed files with 679 additions and 1 deletions

View file

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