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>
16 lines
437 B
Plaintext
16 lines
437 B
Plaintext
# Copyright (c) 2022 Espressif Systems (Shanghai) Co., Ltd.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# ESP32S3 DevKitM board configuration
|
|
config BOARD_ESP32S3_DEVKITM
|
|
bool "ESP32S3 DevKitM Board"
|
|
depends on SOC_SERIES_ESP32S3
|
|
|
|
config BOARD_ESP32S3_DEVKITM_APPCPU
|
|
bool "ESP32S3 Board configuration for APPCPU (core 1)."
|
|
depends on SOC_SERIES_ESP32S3 && SOC_ESP32S3_APPCPU
|
|
|
|
choice SOC_PART_NUMBER
|
|
default SOC_ESP32S3_MINI_N8
|
|
endchoice
|