CONFIG_MEMFAULT_FOTA
Enable Memfault FOTA Library
Type: bool
Help
Adds support for using Memfaults Release Management infrastructure
to retrieve binaries to install (https://mflt.io/release-mgmt). If an update
is available, the binary will be downloaded and installed using the FOTA Download
Client provided in the nRF Connect SDK.
Note: Enabling this feature currently requires the following update:
See https://mflt.io/nrf-fota for more details
Direct dependencies
MEMFAULT_HTTP_ENABLE
&& FOTA_DOWNLOAD
&& DOWNLOAD_CLIENT
&& 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:8
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <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
bool "Enable Memfault FOTA Library"
default n
depends on MEMFAULT_HTTP_ENABLE && FOTA_DOWNLOAD && DOWNLOAD_CLIENT && MEMFAULT_NRF_CONNECT_SDK && MEMFAULT
help
Adds support for using Memfaults Release Management infrastructure
to retrieve binaries to install (https://mflt.io/release-mgmt). If an update
is available, the binary will be downloaded and installed using the FOTA Download
Client provided in the nRF Connect SDK.
Note: Enabling this feature currently requires the following update:
See https://mflt.io/nrf-fota for more details
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)