:orphan: .. title:: STACK_USAGE .. option:: 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 ================== .. highlight:: kconfig At ``subsys/debug/Kconfig:139`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:17`` Menu path: (Top) → Sub Systems and OS Services → Debugging Options .. parsed-literal:: 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.)*