Skip to content

Commit

Permalink
boards/wemos-zero: Add Kconfig symbols
Browse files Browse the repository at this point in the history
  • Loading branch information
leandrolanzieri committed Jul 16, 2020
1 parent 1af7559 commit 3ec1798
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
17 changes: 17 additions & 0 deletions boards/wemos-zero/Kconfig
Original file line number Diff line number Diff line change
@@ -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"
1 change: 1 addition & 0 deletions tests/kconfig_features/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ BOARD_WHITELIST += 6lowpan-clicker \
usb-kw41z \
waspmote-pro \
weact-f411ce \
wemos-zero \
yunjia-nrf51822 \
z1
#
Expand Down

0 comments on commit 3ec1798

Please sign in to comment.