1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:32:45 +01:00
RIOT/cpu/arm7_common
Marian Buschsieweke cc2382220f
cpu/arm7_common: Align thread stacks to 32 bit
This didn't change binaries for me. Either the linker script already took care
of it through the section names of the stacks, or I just was lucky. If I was
just luck, this fixes a bug. If not, it makes the hidden alignment explicit in
the C code, so that code review is easier.
2020-09-28 11:00:34 +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: Align thread stacks to 32 bit 2020-09-28 11:00:34 +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