1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-16 01:53:51 +01:00
2025-08-13 16:42:32 +02:00

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"