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 <Zephyr>/subsys/debug/Kconfig:138

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:34<Zephyr>/subsys/Kconfig:16

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.)