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 <Subsystem>/debug/Kconfig:133
Included via Kconfig:8
→ Kconfig.zephyr:44
→ <Subsystem>/Kconfig:17
Menu path: (Top) → Sub Systems and OS Services → Debugging Options
config STACK_USAGE
bool "Generate stack usage information"
help
Generate an extra file that specifies the maximum amount of stack used,
on a per-function basis.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)