CONFIG_DFU_TARGET_STREAM_SAVE_PROGRESS
Store write progress to flash stream
Type: bool
Help
Enable this option to cause dfu_target_stream to store the current
write progress to flash. In case of power failure or device reset,
the operation can then resume from the latest state.
Direct dependencies
(DFU_TARGET_STREAM
|| ZTEST
) && SETTINGS
&& !SETTINGS_NONE
&& DFU_TARGET
(Includes any dependencies from ifs and menus.)
Defaults
No defaults. Implicitly defaults to n
.
Symbols that select this symbol
Kconfig definition
At <nRF>/subsys/dfu/dfu_target/Kconfig:40
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:33
→ <Zephyr>/modules/Kconfig:6
→ <nRF>/doc/_build/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:92
→ <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_STREAM_SAVE_PROGRESS
bool "Store write progress to flash stream"
depends on (DFU_TARGET_STREAM || ZTEST) && SETTINGS && !SETTINGS_NONE && DFU_TARGET
help
Enable this option to cause dfu_target_stream to store the current
write progress to flash. In case of power failure or device reset,
the operation can then resume from the latest state.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)