mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-18 11:03:50 +01:00
14 lines
330 B
Plaintext
14 lines
330 B
Plaintext
# SPDX-FileCopyrightText: 2020 HAW Hamburg
|
|
# SPDX-License-Identifier: LGPL-2.1-only
|
|
|
|
config BOARD
|
|
default "esp8266-olimex-mod" if BOARD_ESP8266_OLIMEX_MOD
|
|
|
|
config BOARD_ESP8266_OLIMEX_MOD
|
|
bool
|
|
default y
|
|
select BOARD_COMMON_ESP8266
|
|
select CPU_MODEL_ESP8266_ESP_12X
|
|
|
|
source "$(RIOTBOARD)/common/esp8266/Kconfig"
|