CONFIG_MEMFAULT_FOTA_DOWNLOAD_CALLBACK_CUSTOM

Add custom handler for receiving OTA events

Type: bool

Help

By default, the Memfault SDK implements a stub for FOTA callback
events. An end user can provide their own implementation by enabling
this option and implementing memfault_fota_download_callback()

Direct dependencies

MEMFAULT_FOTA && MEMFAULT_NRF_CONNECT_SDK && 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/ncs/Kconfig:37

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:38/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/memfault-firmware-sdk/ports/zephyr/Kconfig:272

Menu path: (Top) → Modules → memfault-firmware-sdk (/home/runner/work/sdk-nrf/sdk-nrf/ncs/modules/lib/memfault-firmware-sdk) → MEMFAULT Support → nRF Connect SDK extensions

config MEMFAULT_FOTA_DOWNLOAD_CALLBACK_CUSTOM
    bool "Add custom handler for receiving OTA events"
    default n
    depends on MEMFAULT_FOTA && MEMFAULT_NRF_CONNECT_SDK && MEMFAULT
    help
      By default, the Memfault SDK implements a stub for FOTA callback
      events. An end user can provide their own implementation by enabling
      this option and implementing memfault_fota_download_callback()

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