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¶
- 1024 
Kconfig definition¶
At <Zephyr Subsystem>/debug/Kconfig:77
Included via Kconfig:8 → Kconfig.zephyr:44 → <Zephyr Subsystem>/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 1024
    depends on THREAD_ANALYZER_AUTO && THREAD_ANALYZER
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)