Skip to content

Commit d4a29be

Browse files
nordicjmcarlescufi
authored andcommitted
soc: espressif: Add default MCUboot mode to sysbuild
Adds the default MCUboot operating mode when building for these SoCs using sysbuild Signed-off-by: Jamie McCrae <[email protected]>
1 parent 6a474bf commit d4a29be

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

soc/espressif/Kconfig.sysbuild

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Copyright (c) 2024 Nordic Semiconductor ASA
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
choice MCUBOOT_MODE
5+
default MCUBOOT_MODE_OVERWRITE_ONLY if SOC_SERIES_ESP32C3 || SOC_SERIES_ESP32C6 || SOC_ESP32_PROCPU || SOC_SERIES_ESP32S2 || SOC_ESP32S3_PROCPU
6+
endchoice

0 commit comments

Comments
 (0)