mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-16 18:13:49 +01:00
11 lines
226 B
Plaintext
11 lines
226 B
Plaintext
# SPDX-FileCopyrightText: 2021 Benjamin Valentin
|
|
# SPDX-License-Identifier: LGPL-2.1-only
|
|
|
|
config BOARD
|
|
default "zigduino" if BOARD_ZIGDUINO
|
|
|
|
config BOARD_ZIGDUINO
|
|
bool
|
|
default y
|
|
select CPU_MODEL_ATMEGA128RFA1
|