Skip to content

Commit

Permalink
boot: zephyr: split esp32 to esp32_devkitc_{wroom,wrover}
Browse files Browse the repository at this point in the history
This is a follow-up on upstream Zephyr split from `esp32` to distinct
esp32_devkitc_wroom and esp32_devkitc_wrover (see [1] and [2]).

[1] zephyrproject-rtos/zephyr#58454
[2] zephyrproject-rtos/zephyr@3776402

Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>
  • Loading branch information
mniestroj authored and almir-okato committed Jul 29, 2023
1 parent 2c86755 commit 36ae4fd
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
File renamed without changes.
17 changes: 17 additions & 0 deletions boot/zephyr/boards/esp32_devkitc_wrover.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 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_MCUBOOT_LOG_LEVEL_OFF=y
CONFIG_LOG_DEFAULT_LEVEL=0
CONFIG_DEBUG=n

CONFIG_HEAP_MEM_POOL_SIZE=4096

0 comments on commit 36ae4fd

Please sign in to comment.