CONFIG_MEMFAULT_CLEAR_RESET_REG
Whether or not to clear bits in MCU reset reason register
Type: bool
Help
When disabled, the end user is responsible for clearing the reset register. (Bits
generally persist across resets)
Direct dependencies
(Includes any dependencies from ifs and menus.)
Default
y
Kconfig definition
At /home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/memfault-firmware-sdk/ports/zephyr/Kconfig:215
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_CLEAR_RESET_REG
bool "Whether or not to clear bits in MCU reset reason register"
default y
depends on MEMFAULT
help
When disabled, the end user is responsible for clearing the reset register. (Bits
generally persist across resets)
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)