CONFIG_MEMFAULT_SOFTWARE_WATCHDOG_CUSTOM

Provide a custom implementation of Software Watchdog

Type: bool

Help

By default Memfault implements a software watchdog implementation. Users can call
memfault_software_watchdog_enable() on boot and memfault_software_watchdog_feed()
when they feed the hardware watchdog. When the software watchdog expires, Memfault
will capture a coredump and then the system will be rebooted. This option can be used
to disable the implementation in ports/zephyr/common/memfault_software_watchdog.c

Direct dependencies

MEMFAULT

(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:246

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:23<Zephyr>/modules/Kconfig:6<BuildDir>/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_SOFTWARE_WATCHDOG_CUSTOM
    bool "Provide a custom implementation of Software Watchdog"
    default n
    depends on MEMFAULT
    help
      By default Memfault implements a software watchdog implementation. Users can call
      memfault_software_watchdog_enable() on boot and memfault_software_watchdog_feed()
      when they feed the hardware watchdog. When the software watchdog expires, Memfault
      will capture a coredump and then the system will be rebooted. This option can be used
      to disable the implementation in ports/zephyr/common/memfault_software_watchdog.c

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)