mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Oops missed one reference to DEBUG_STACK
This commit is contained in:
parent
5f44b2d6f7
commit
80c1704d85
1 changed files with 6 additions and 6 deletions
|
|
@ -6,13 +6,13 @@
|
|||
config SYSTEM_STACKMONITOR
|
||||
bool "Stack monitor"
|
||||
default n
|
||||
depends on DEBUG_STACK && !KERNEL_BUILD
|
||||
depends on DEBUG_COLORATION && !KERNEL_BUILD
|
||||
---help---
|
||||
If the stack debug feature is enabled (DEBUG_STACK) this option will
|
||||
select the Stack Moitor. The stack monitor is a daemon that will
|
||||
periodically assess stack usage by all tasks and threads in the
|
||||
system. This feature depends on internal OS features and, hence, is
|
||||
not available if the NuttX kernel build is selected.
|
||||
If the stack coloration feature is enabled (DEBUG_COLORATION) this
|
||||
option will select the Stack Moitor. The stack monitor is a daemoni
|
||||
that will periodically assess stack usage by all tasks and threads
|
||||
in the system. This feature depends on internal OS features and,
|
||||
hence, is not available if the NuttX kernel build is selected.
|
||||
|
||||
if SYSTEM_STACKMONITOR
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue