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 833afc03e1
cpu/arm7_common: Silence -Wcast-align
- Enforced that ISR_STACKSIZE is indeed a multiple of 4
- With this enforced, every cast that triggers a -Wcast-align warning is now
  a false positives, so those were silenced by (intermediately) casting to
  `uintptr_t`.
2020-09-28 11:03:33 +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: Silence -Wcast-align 2020-09-28 11:03:33 +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/arm7_common: enable support for picolibc 2020-08-24 18:08:08 +02:00
Makefile.features Merge pull request #14503 from maribu/cpp-feature 2020-07-23 19:05:10 +02:00
Makefile.include Merge pull request #14754 from leandrolanzieri/pr/no_archives 2020-09-10 09:36:29 +02:00
vectors.c cpu/arm7_common: Cleaned up interrupt vectors 2019-07-25 22:41:08 +02:00