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.

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At kernel/Kconfig:280

Included via Kconfig:10Kconfig.zephyr:25

Menu path: (top menu) → General Kernel Options → Kernel Debugging and Metrics

config INIT_STACKS
    bool
    prompt "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.

(Definitions include propagated dependencies, including from if’s and menus.)