Skip to content

Commit

Permalink
boards: add esp32s3_devkitc board model configuration
Browse files Browse the repository at this point in the history
Add custom board configuration so that build works properly
for this particular devkitc variant.

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
  • Loading branch information
sylvioalves committed May 6, 2024
1 parent d4394c2 commit f3ef914
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions boot/zephyr/boards/esp32s3_devkitc_esp32s3_procpu.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# SPDX-FileCopyrightText: 2023 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_HEAP_MEM_POOL_SIZE=4096
CONFIG_MINIMAL_LIBC=y

0 comments on commit f3ef914

Please sign in to comment.