1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

boards/wemos-zero: Add Kconfig symbols

This commit is contained in:
Leandro Lanzieri 2020-07-16 18:30:09 +02:00 committed by Alexandre Abadie
parent 4e53bb0a73
commit 1abe732472
No known key found for this signature in database
GPG Key ID: 1C919A403CAE1405
2 changed files with 18 additions and 0 deletions

17
boards/wemos-zero/Kconfig Normal file
View File

@ -0,0 +1,17 @@
# 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 "wemos-zero" if BOARD_WEMOS_ZERO
config BOARD_WEMOS_ZERO
bool
default y
select BOARD_COMMON_ARDUINO_ZERO
select HAS_BOOTLOADER_ARDUINO
source "$(RIOTBOARD)/common/arduino-zero/Kconfig"

View File

@ -188,6 +188,7 @@ BOARD_WHITELIST += 6lowpan-clicker \
usb-kw41z \
waspmote-pro \
weact-f411ce \
wemos-zero \
yunjia-nrf51822 \
z1
#