-
CONFIG_THREAD_STACK_INFO
¶
Thread stack info
Type: bool
Help¶
This option allows each thread to store the thread stack info into the k_thread data structure.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols that select this symbol¶
Kconfig definition¶
At kernel/Kconfig:175
Included via Kconfig:8
→ Kconfig.zephyr:30
Menu path: (Top) → General Kernel Options
config THREAD_STACK_INFO
bool "Thread stack info"
help
This option allows each thread to store the thread stack info into
the k_thread data structure.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)