1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/arm7_common
Marian Buschsieweke 7c1949341e
build system: Overwrite TARGET_ARCH per arch
Add `TARGET_ARCH_<ARCH>` for each architecture (e.g. `TARGET_ARCH_CORTEX` for
Cortex M) to allow users to overwrite the target triple for a specific arch
from ~/.profile or ~/.bashrc (or the like) without overwriting it for all others
as well.
2020-09-08 22:28:41 +02:00
..
include cpu/arm7_common: add __ARM_FEATURE_CLZ feature test 2020-07-21 16:03:59 +02:00
periph cpu: make use of Makefile.periph 2017-11-06 12:01:19 +01:00
arm7_init.c picolibc: Use most NEWLIB code with picolibc 2020-08-24 08:26:16 -07:00
arm_cpu.c cpu/arm7_common: Don't access sched_active_* 2020-08-17 11:22:03 +02:00
common.s cpu/arm7_common: Removed dead code 2019-07-25 22:29:13 +02:00
Kconfig cpu/arm7_common/Kconfig: Select HAS_LIBSTDCPP 2020-07-23 20:30:26 +02:00
Makefile cpu/arm7_common: remove deprecated CFLAGS_BASIC 2019-08-27 17:06:52 +02:00
Makefile.dep cpu/armv7: move dependencies to Makefile.dep 2020-01-28 13:20:52 +01:00
Makefile.features Merge pull request #14503 from maribu/cpp-feature 2020-07-23 19:05:10 +02:00
Makefile.include build system: Overwrite TARGET_ARCH per arch 2020-09-08 22:28:41 +02:00
vectors.c cpu/arm7_common: Cleaned up interrupt vectors 2019-07-25 22:41:08 +02:00