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 a8c8f7f commit 9f6f876Copy full SHA for 9f6f876
modules/Kconfig.mcuboot
@@ -151,7 +151,7 @@ menu "On board MCUboot operation mode"
151
choice MCUBOOT_BOOTLOADER_MODE
152
prompt "Application assumed MCUboot mode of operation"
153
# Should be removed if board dts is updated
154
- default MCUBOOT_BOOTLOADER_MODE_SWAP_USING_MOVE if SOC_FAMILY_STM32
+ default MCUBOOT_BOOTLOADER_MODE_SWAP_USING_MOVE if SOC_FAMILY_STM32 || SOC_FAMILY_ESPRESSIF_ESP32
155
default MCUBOOT_BOOTLOADER_MODE_SWAP_USING_OFFSET
156
help
157
Informs application build on assumed MCUboot mode of operation.
0 commit comments