mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-25 14:33:52 +01:00
17 lines
325 B
Plaintext
17 lines
325 B
Plaintext
# SPDX-FileCopyrightText: 2020 HAW Hamburg
|
|
# SPDX-License-Identifier: LGPL-2.1-only
|
|
|
|
config CPU_ARCH_ARMV4T
|
|
bool
|
|
|
|
config CPU_CORE_ARM7TDMI_S
|
|
bool
|
|
select CPU_ARCH_ARMV4T
|
|
|
|
## Common CPU symbols
|
|
config CPU_ARCH
|
|
default "armv4t" if CPU_ARCH_ARMV4T
|
|
|
|
config CPU_CORE
|
|
default "arm7tdmi_s" if CPU_CORE_ARM7TDMI_S
|