2020-07-16 18:30:09 +02:00
|
|
|
# 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
|
2020-09-22 15:10:35 +02:00
|
|
|
select HAS_HIGHLEVEL_STDIO
|
2020-07-16 18:30:09 +02:00
|
|
|
|
|
|
|
source "$(RIOTBOARD)/common/arduino-zero/Kconfig"
|
2021-12-08 11:42:42 +01:00
|
|
|
source "$(RIOTBOARD)/common/samdx1-arduino-bootloader/Kconfig"
|