Skip to content

Commit

Permalink
boot: zephyr: add ESP32-C6 support
Browse files Browse the repository at this point in the history
Update the list of SoCs to support the ESP32-C6.

Signed-off-by: Marek Matej <[email protected]>
  • Loading branch information
Marek Matej authored and almir-okato committed May 21, 2024
1 parent 018dc01 commit 898a1ca
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions boot/zephyr/socs/esp32c6.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
# SPDX-License-Identifier: Apache-2.0

CONFIG_BOOT_MAX_IMG_SECTORS=512
CONFIG_BOOT_UPGRADE_ONLY=y
CONFIG_BOOT_VALIDATE_SLOT0=n
CONFIG_BOOT_SIGNATURE_TYPE_NONE=y
CONFIG_BOOT_BANNER=n

CONFIG_UART_CONSOLE=n
CONFIG_CONSOLE=n
CONFIG_SERIAL=n

CONFIG_MCUBOOT_LOG_LEVEL_OFF=y
CONFIG_LOG_DEFAULT_LEVEL=0
CONFIG_DEBUG=n

CONFIG_XIP=n
CONFIG_HEAP_MEM_POOL_SIZE=4096
CONFIG_MINIMAL_LIBC=y

0 comments on commit 898a1ca

Please sign in to comment.