-
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:155
Included via Kconfig:10
→ Kconfig.zephyr:25
Menu path: (top menu) → General Kernel Options
config THREAD_STACK_INFO
bool
prompt "Thread stack info"
help
This option allows each thread to store the thread stack info into
the k_thread data structure.
(Definitions include propagated dependencies, including from if’s and menus.)