2020-05-29 19:26:43 +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_ARDUINO_UNO
|
|
|
|
bool
|
|
|
|
default y
|
|
|
|
select CPU_MODEL_ATMEGA328P
|
|
|
|
select BOARD_COMMON_ARDUINO_ATMEGA
|
2021-09-30 13:40:48 +02:00
|
|
|
select MODULE_BOARDS_COMMON_ARDUINO-ATMEGA if TEST_KCONFIG
|
2023-06-23 15:42:08 +02:00
|
|
|
select HAS_ARDUINO_SHIELD_UNO
|
2020-05-29 19:26:43 +02:00
|
|
|
|
|
|
|
config BOARD
|
|
|
|
default "arduino-uno" if BOARD_ARDUINO_UNO
|
|
|
|
|
|
|
|
source "$(RIOTBOARD)/common/arduino-atmega/Kconfig"
|