CONFIG_DFU_TARGET_MCUBOOT_SAVE_PROGRESS

Store write progress to flash (MCUboot) [DEPRECATED]

Type: bool

Help

DFU_TARGET_MCUBOOT_SAVE_PROGRESS is deprecated, please use
DFU_TARGET_STREAM_SAVE_PROGRESS instead.

Direct dependencies

DFU_TARGET

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At <nRF>/subsys/dfu/dfu_target/Kconfig:29

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:31<Zephyr>/modules/Kconfig:6<nRF>/doc/_build/kconfig/Kconfig.modules:2<nRF>/Kconfig.nrf:54<nRF>/subsys/Kconfig:12<nRF>/subsys/dfu/Kconfig:9

Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → DFU → DFU → Device Firmware Upgrade target API

config DFU_TARGET_MCUBOOT_SAVE_PROGRESS
    bool "Store write progress to flash (MCUboot) [DEPRECATED]"
    select DFU_TARGET_STREAM_SAVE_PROGRESS
    depends on DFU_TARGET
    help
      DFU_TARGET_MCUBOOT_SAVE_PROGRESS is deprecated, please use
      DFU_TARGET_STREAM_SAVE_PROGRESS instead.

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