mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 22:13:52 +01:00
14 lines
294 B
Plaintext
14 lines
294 B
Plaintext
# SPDX-FileCopyrightText: 2020 HAW Hamburg
|
|
# SPDX-FileCopyrightText: 2021 Gerson Fernando Budke
|
|
# SPDX-License-Identifier: LGPL-2.1-only
|
|
|
|
config CPU_ARCH_AVR8
|
|
bool
|
|
|
|
## Common CPU symbols
|
|
config CPU_ARCH
|
|
default "avr8" if CPU_ARCH_AVR8
|
|
|
|
config CPU_CORE
|
|
default "avr" if CPU_CORE_AVR
|