1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-24 14:03:55 +01:00
2025-07-28 18:57:01 +02:00

14 lines
327 B
Plaintext

# SPDX-FileCopyrightText: 2025 Gunar Schorcht
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "esp32-wemos-d1-r2" if BOARD_ESP32_WEMOS_D1_R32
config BOARD_ESP32_WEMOS_D1_R32
bool
default y
select BOARD_COMMON_ESP32
select CPU_MODEL_ESP32_WROOM_32
source "$(RIOTBOARD)/common/esp32/Kconfig"