mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/esp8266-esp-12x: Add Kconfig symbols
This commit is contained in:
parent
85b674dfc6
commit
d5bfce9c36
16
boards/esp8266-esp-12x/Kconfig
Normal file
16
boards/esp8266-esp-12x/Kconfig
Normal file
@ -0,0 +1,16 @@
|
||||
# Copyright (c) 2020 HAW Hamburg
|
||||
#
|
||||
# This file is subject to the terms and conditions of the GNU Lesser
|
||||
# General Public License v2.1. See the file LICENSE in the top level
|
||||
# directory for more details.
|
||||
|
||||
config BOARD
|
||||
default "esp8266-esp-12x" if BOARD_ESP8266_ESP_12X
|
||||
|
||||
config BOARD_ESP8266_ESP_12X
|
||||
bool
|
||||
default y
|
||||
select BOARD_COMMON_ESP8266
|
||||
select CPU_MODEL_ESP8266_ESP_12X
|
||||
|
||||
source "$(RIOTBOARD)/common/esp8266/Kconfig"
|
@ -1,3 +1,5 @@
|
||||
CPU_MODEL = esp8266-esp-12x
|
||||
|
||||
# Board provides all common peripheral features defined for all ESP8266 boards
|
||||
|
||||
include $(RIOTBOARD)/common/esp8266/Makefile.features
|
||||
|
Loading…
Reference in New Issue
Block a user