-
CONFIG_STACK_USAGE
¶
Generate stack usage information
Type: bool
Help¶
Generate an extra file that specifies the maximum amount of stack used, on a per-function basis.
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At subsys/debug/Kconfig:32
Included via Kconfig:10
→ Kconfig.zephyr:35
→ subsys/Kconfig:12
Menu path: (top menu) → Debugging Options
config STACK_USAGE
bool
prompt "Generate stack usage information"
help
Generate an extra file that specifies the maximum amount of stack used,
on a per-function basis.
(Definitions include propagated dependencies, including from if’s and menus.)