-
CONFIG_MEMFAULT_NCS_STACK_METRICS
¶
Collect stack metrics
Type: bool
Help¶
Collect metrics for unused stack space for selected stacks.
Currently the following stacks' unused space is monitored:
- at_cmd_socket_thread, used by the AT command library
- connection_poll_thread, used by the cloud libraries for
nRF Cloud, AWS IoT and Azure IoT Hub
Default¶
y
Symbols selected by this symbol¶
Kconfig definition¶
At <nRF>/modules/memfault/Kconfig:110
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:51
→ <nRF>/modules/Kconfig:10
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect
config MEMFAULT_NCS_STACK_METRICS
bool "Collect stack metrics"
default y
select THREAD_ANALYZER
select THREAD_NAME
depends on MEMFAULT
help
Collect metrics for unused stack space for selected stacks.
Currently the following stacks' unused space is monitored:
- at_cmd_socket_thread, used by the AT command library
- connection_poll_thread, used by the cloud libraries for
nRF Cloud, AWS IoT and Azure IoT Hub
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)