CONFIG_MEMFAULT_COREDUMP_COLLECT_BSS_REGIONS
Include bss region in coredump
Type: bool
Help
When enabled, the bss region will be captured as part
of the coredump. If not enough space is available for all of
the data, the coredump will be truncated.
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
n
Kconfig definition
At /home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/memfault-firmware-sdk/ports/zephyr/Kconfig:73
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:38
Menu path: (Top) → Modules → memfault-firmware-sdk (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/memfault-firmware-sdk) → MEMFAULT Support
config MEMFAULT_COREDUMP_COLLECT_BSS_REGIONS
bool "Include bss region in coredump"
default n
depends on MEMFAULT
help
When enabled, the bss region will be captured as part
of the coredump. If not enough space is available for all of
the data, the coredump will be truncated.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)