mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 10:03:50 +01:00
13 lines
292 B
Plaintext
13 lines
292 B
Plaintext
# SPDX-FileCopyrightText: 2020 HAW Hamburg
|
|
# SPDX-License-Identifier: LGPL-2.1-only
|
|
|
|
config BOARD
|
|
default "arduino-mkrzero" if BOARD_ARDUINO_MKRZERO
|
|
|
|
config BOARD_ARDUINO_MKRZERO
|
|
bool
|
|
default y
|
|
select BOARD_COMMON_ARDUINO_MKR
|
|
|
|
source "$(RIOTBOARD)/common/arduino-mkr/Kconfig"
|