From 1abe7324722352fb29e3443b4fd68fd9abfb05ea Mon Sep 17 00:00:00 2001 From: Leandro Lanzieri Date: Thu, 16 Jul 2020 18:30:09 +0200 Subject: [PATCH] boards/wemos-zero: Add Kconfig symbols --- boards/wemos-zero/Kconfig | 17 +++++++++++++++++ tests/kconfig_features/Makefile | 1 + 2 files changed, 18 insertions(+) create mode 100644 boards/wemos-zero/Kconfig 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 #