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