mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 18:13:49 +01:00
14 lines
328 B
Plaintext
14 lines
328 B
Plaintext
# SPDX-FileCopyrightText: 2025 Gunar Schorcht
|
|
# SPDX-License-Identifier: LGPL-2.1-only
|
|
|
|
config BOARD
|
|
default "arduino-nano-esp32" if BOARD_ARDUINO_NANO_ESP32
|
|
|
|
config BOARD_ARDUINO_NANO_ESP32
|
|
bool
|
|
default y
|
|
select BOARD_COMMON_ESP32S3
|
|
select CPU_MODEL_ESP32S3_R8
|
|
|
|
source "$(RIOTBOARD)/common/esp32s3/Kconfig"
|