We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a17424 commit 7df9100Copy full SHA for 7df9100
subsys/dfu/Kconfig
@@ -69,6 +69,7 @@ config IMG_BLOCK_BUF_SIZE
69
config IMG_ERASE_PROGRESSIVELY
70
bool "Erase flash progressively when receiving new firmware"
71
select STREAM_FLASH_ERASE
72
+ depends on FLASH_HAS_EXPLICIT_ERASE
73
help
74
If enabled, flash is erased as necessary when receiving new firmware,
75
instead of erasing the whole image slot at once. This is necessary
0 commit comments