mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 18:13:49 +01:00
14 lines
321 B
Plaintext
14 lines
321 B
Plaintext
# SPDX-FileCopyrightText: 2020 HAW Hamburg
|
|
# SPDX-License-Identifier: LGPL-2.1-only
|
|
|
|
config BOARD_ARDUINO_NANO
|
|
bool
|
|
default y
|
|
select BOARD_COMMON_ARDUINO_ATMEGA
|
|
select CPU_MODEL_ATMEGA328P
|
|
|
|
config BOARD
|
|
default "arduino-nano" if BOARD_ARDUINO_NANO
|
|
|
|
source "$(RIOTBOARD)/common/arduino-atmega/Kconfig"
|