To un-block continuing of soc and board porting then move all socs and boards which have not yet been ported to boards_legacy / soc_legacy folders. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no> Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
15 lines
424 B
Plaintext
15 lines
424 B
Plaintext
# Copyright (c) 2023 Espressif Systems (Shanghai) Co., Ltd.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config BOARD_ESP32_DEVKITC_WROVER
|
|
bool "ESP32-DEVKITC-WROVER-E Development board"
|
|
depends on SOC_SERIES_ESP32
|
|
|
|
config BOARD_ESP32_DEVKITC_WROVER_APPCPU
|
|
bool "ESP32 Board configuration for APPCPU (core 1)."
|
|
depends on SOC_SERIES_ESP32 && SOC_ESP32_APPCPU
|
|
|
|
choice SOC_PART_NUMBER
|
|
default SOC_ESP32_WROVER_E_N4R8
|
|
endchoice
|