:orphan: .. title:: CONFIG_STACK_USAGE .. kconfig:: CONFIG_STACK_USAGE CONFIG_STACK_USAGE ################## *Generate stack usage information* Type: ``bool`` Help ==== .. code-block:: none 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 ``/debug/Kconfig:133`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:17`` Menu path: (Top) → Sub Systems and OS Services → Debugging Options .. code-block:: kconfig 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.)*