-
CONFIG_THREAD_ANALYZER_AUTO_STACK_SIZE
¶
Stack size for the periodic thread analysis thread
Type: int
Direct dependencies¶
THREAD_ANALYZER_AUTO
&& THREAD_ANALYZER
(Includes any dependencies from ifs and menus.)
Default¶
512
Kconfig definition¶
At <Zephyr>/subsys/debug/Kconfig:77
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:17
Menu path: (Top) → Sub Systems and OS Services → System Monitoring Options → Enable Thread analyzer → Run periodic thread analysis in a thread
config THREAD_ANALYZER_AUTO_STACK_SIZE
int "Stack size for the periodic thread analysis thread"
default 512
depends on THREAD_ANALYZER_AUTO && THREAD_ANALYZER
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)