diff --git a/boards/wemos-zero/Kconfig b/boards/wemos-zero/Kconfig new file mode 100644 index 0000000000..bd6e7e4455 --- /dev/null +++ b/boards/wemos-zero/Kconfig @@ -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" diff --git a/tests/kconfig_features/Makefile b/tests/kconfig_features/Makefile index 692a9faf7f..9f4789864f 100644 --- a/tests/kconfig_features/Makefile +++ b/tests/kconfig_features/Makefile @@ -188,6 +188,7 @@ BOARD_WHITELIST += 6lowpan-clicker \ usb-kw41z \ waspmote-pro \ weact-f411ce \ + wemos-zero \ yunjia-nrf51822 \ z1 #