1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-16 01:53:51 +01:00
2025-07-15 20:33:59 +02:00

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"