CONFIG_NO_UNUSED_STACK_INSPECTION¶
(No prompt – not directly user assignable.)
Type: bool
Help¶
Selected if the architecture will generate a fault if unused stack
memory is examined, which is the region between the current stack
pointer and the deepest available address in the current stack
region.
Defaults¶
No defaults. Implicitly defaults to n.
Symbols that select this symbol¶
Kconfig definition¶
At <Zephyr Architecture>/Kconfig:324
Included via Kconfig:8 → Kconfig.zephyr:39
Menu path: (Top) → General Architecture Options
config NO_UNUSED_STACK_INSPECTION
    bool
    help
      Selected if the architecture will generate a fault if unused stack
      memory is examined, which is the region between the current stack
      pointer and the deepest available address in the current stack
      region.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)