mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Kaspar Schleiser
c122571801
Previously, __restore_context was meddling with the to-be-restored context SR on the stack, not correctly restoring GIE. Now, we let the CPU restore the correct status register as saved in __save_context. Contains some simplification of the context save/restore logic. |
||
---|---|---|
.. | ||
include | ||
cpu.c | ||
irq.c | ||
lpm_cpu.c | ||
Makefile | ||
Makefile.include | ||
msp430-main.c | ||
panic.c | ||
startup.c |