1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/arm7_common
Benjamin Valentin e26ed32cd6 cpu/arm7_common: simplify irq_restore()
We do not manipulate the CPSR register outside of irq_%, so we can just
restore it's previous value and don't have to fiddle with the IRQ MASK bit.

See https://www.keil.com/pack/doc/CMSIS/Core_A/html/group__CMSIS__CPSR.html
2020-05-15 13:43:04 +02:00
..
include cpu/arm7_common: simplify irq_restore() 2020-05-15 13:43:04 +02:00
periph cpu: make use of Makefile.periph 2017-11-06 12:01:19 +01:00
arm7_init.c cpu/lpc2387: rename cpu_woke_from_backup() 2020-02-10 23:04:47 +01:00
arm_cpu.c cpu/lpc2387: don't define interrupt stack size in linkerscript 2020-02-11 15:39:34 +01:00
common.s cpu/arm7_common: Removed dead code 2019-07-25 22:29:13 +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 Add CPU feature for stack smash protections 2020-01-22 15:59:02 +01:00
Makefile.include cpu: remove useless export of TARGET_ARCH 2020-02-25 09:42:11 +01:00
vectors.c cpu/arm7_common: Cleaned up interrupt vectors 2019-07-25 22:41:08 +02:00