boards/wemos-zero: Add Kconfig symbols
This commit is contained in:
parent
4e53bb0a73
commit
1abe732472
17
boards/wemos-zero/Kconfig
Normal file
17
boards/wemos-zero/Kconfig
Normal 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"
|
||||||
@ -188,6 +188,7 @@ BOARD_WHITELIST += 6lowpan-clicker \
|
|||||||
usb-kw41z \
|
usb-kw41z \
|
||||||
waspmote-pro \
|
waspmote-pro \
|
||||||
weact-f411ce \
|
weact-f411ce \
|
||||||
|
wemos-zero \
|
||||||
yunjia-nrf51822 \
|
yunjia-nrf51822 \
|
||||||
z1
|
z1
|
||||||
#
|
#
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user