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