File tree Expand file tree Collapse file tree 6 files changed +6
-0
lines changed
applications/asset_tracker
tests/subsys/dfu/dfu_target/mcuboot Expand file tree Collapse file tree 6 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -84,6 +84,7 @@ CONFIG_MCUBOOT_IMG_MANAGER=y
8484
8585# Flash
8686CONFIG_FLASH=y
87+ CONFIG_IMG_ERASE_PROGRESSIVELY=y
8788
8889# AWS FOTA
8990CONFIG_AWS_FOTA=y
Original file line number Diff line number Diff line change @@ -111,6 +111,7 @@ CONFIG_MPU_ALLOW_FLASH_WRITE=y
111111CONFIG_BOOTLOADER_MCUBOOT=y
112112CONFIG_IMG_MANAGER=y
113113CONFIG_MCUBOOT_IMG_MANAGER=y
114+ CONFIG_IMG_ERASE_PROGRESSIVELY=y
114115
115116# AWS FOTA
116117CONFIG_AWS_FOTA=y
Original file line number Diff line number Diff line change @@ -48,6 +48,7 @@ CONFIG_BOOTLOADER_MCUBOOT=y
4848# Image manager
4949CONFIG_IMG_MANAGER=y
5050CONFIG_FLASH=y
51+ CONFIG_IMG_ERASE_PROGRESSIVELY=y
5152
5253# Enable Log
5354CONFIG_LOG=y
Original file line number Diff line number Diff line change @@ -41,6 +41,7 @@ CONFIG_MAIN_STACK_SIZE=8192
4141# Image manager
4242CONFIG_IMG_MANAGER=y
4343CONFIG_FLASH=y
44+ CONFIG_IMG_ERASE_PROGRESSIVELY=y
4445
4546# GPIO
4647CONFIG_GPIO=y
Original file line number Diff line number Diff line change @@ -14,6 +14,7 @@ config DFU_TARGET_MCUBOOT
1414 default y
1515 depends on IMG_MANAGER
1616 depends on BOOTLOADER_MCUBOOT
17+ depends on IMG_ERASE_PROGRESSIVELY
1718 imply MPU_ALLOW_FLASH_WRITE
1819 help
1920 Enable support for updates that are performed by MCUboot.
Original file line number Diff line number Diff line change 55#
66CONFIG_ZTEST=y
77CONFIG_FLASH=y
8+ CONFIG_IMG_ERASE_PROGRESSIVELY=y
89CONFIG_BOOTLOADER_MCUBOOT=n
910CONFIG_IMG_MANAGER=y
1011CONFIG_DFU_TARGET=y
You can’t perform that action at this time.
0 commit comments