:orphan: .. title:: CONFIG_DFU_TARGET_STREAM_SAVE_PROGRESS .. kconfig:: CONFIG_DFU_TARGET_STREAM_SAVE_PROGRESS CONFIG_DFU_TARGET_STREAM_SAVE_PROGRESS ###################################### *Store write progress to flash stream* Type: ``bool`` Help ==== .. code-block:: none 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 =================== (\ :kconfig:`DFU_TARGET_STREAM ` || \ :kconfig:`ZTEST `) && \ :kconfig:`SETTINGS ` && !\ :kconfig:`SETTINGS_NONE ` && \ :kconfig:`DFU_TARGET ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`DFU_TARGET_MCUBOOT_SAVE_PROGRESS ` Kconfig definition ================== At ``/subsys/dfu/dfu_target/Kconfig:40`` Included via ``/Kconfig:8`` → ``/Kconfig.zephyr:31`` → ``/modules/Kconfig:6`` → ``/doc/_build/kconfig/Kconfig.modules:2`` → ``/Kconfig.nrf:54`` → ``/subsys/Kconfig:12`` → ``/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 .. code-block:: kconfig 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.)*