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

14 lines
336 B
Plaintext

# SPDX-FileCopyrightText: 2020 HAW Hamburg
# SPDX-License-Identifier: LGPL-2.1-only
config BOARD
default "esp8266-sparkfun-thing" if BOARD_ESP8266_SPARKFUN_THING
config BOARD_ESP8266_SPARKFUN_THING
bool
default y
select BOARD_COMMON_ESP8266
select CPU_MODEL_ESP8266EX
source "$(RIOTBOARD)/common/esp8266/Kconfig"