Skip to content

Commit e890df7

Browse files
Raffael Rostagnonordicjm
authored andcommitted
boot: zephyr: Add ESP32C2/ESP8684 support
Adds MCUboot support to ESP32C2/ESP8684 devices. Signed-off-by: Raffael Rostagno <[email protected]>
1 parent 5d5f049 commit e890df7

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

boot/zephyr/socs/esp32c2.conf

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
2+
# SPDX-License-Identifier: Apache-2.0
3+
4+
CONFIG_BOOT_MAX_IMG_SECTORS=512
5+
CONFIG_BOOT_UPGRADE_ONLY=y
6+
CONFIG_BOOT_VALIDATE_SLOT0=n
7+
CONFIG_BOOT_SIGNATURE_TYPE_NONE=y
8+
CONFIG_BOOT_BANNER=n
9+
10+
CONFIG_UART_CONSOLE=n
11+
CONFIG_CONSOLE=n
12+
CONFIG_SERIAL=n
13+
14+
CONFIG_MCUBOOT_LOG_LEVEL_OFF=y
15+
CONFIG_LOG_DEFAULT_LEVEL=0
16+
CONFIG_DEBUG=n
17+
18+
CONFIG_XIP=n
19+
CONFIG_HEAP_MEM_POOL_SIZE=4096
20+
CONFIG_MINIMAL_LIBC=y

0 commit comments

Comments
 (0)