-
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.
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:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/Kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:25
→ <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]" selectDFU_TARGET_STREAM_SAVE_PROGRESS
depends onDFU_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.)