mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-18 11:03:50 +01:00
11 lines
223 B
Plaintext
11 lines
223 B
Plaintext
# SPDX-FileCopyrightText: 2020 HAW Hamburg
|
|
# SPDX-License-Identifier: LGPL-2.1-only
|
|
|
|
config BOARD
|
|
default "atmega328p" if BOARD_ATMEGA328P
|
|
|
|
config BOARD_ATMEGA328P
|
|
bool
|
|
default y
|
|
select CPU_MODEL_ATMEGA328P
|