CONFIG_INIT_STACKS
Initialize stack areas
Type: bool
Help
This option instructs the kernel to initialize stack areas with a
known value (0xaa) before they are first used, so that the high
water mark can be easily determined. This applies to the stack areas
for threads, as well as to the interrupt stack.
Default
y
Symbols that select this symbol
Symbols that imply this symbol
Kconfig definitions
At <nRF>/subsys/net/openthread/Kconfig.defconfig:29
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:7
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf)
config INIT_STACKS
bool
default y
depends on NET_L2_OPENTHREAD
At <Zephyr>/kernel/Kconfig:308
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:40
Menu path: (Top) → General Kernel Options → Kernel Debugging and Metrics
config INIT_STACKS
bool "Initialize stack areas"
help
This option instructs the kernel to initialize stack areas with a
known value (0xaa) before they are first used, so that the high
water mark can be easily determined. This applies to the stack areas
for threads, as well as to the interrupt stack.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)