1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-18 12:52:44 +01:00
RIOT/cpu/msp430-common
Kaspar Schleiser c122571801 cpu: msp430-common: fix context save/restore
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.
2015-09-22 10:43:27 +02:00
..
include cpu: msp430-common: fix context save/restore 2015-09-22 10:43:27 +02:00
cpu.c cpu: msp430-common: fix context save/restore 2015-09-22 10:43:27 +02:00
irq.c cpu: msp430-common: fix context save/restore 2015-09-22 10:43:27 +02:00
lpm_cpu.c msp430: use assert instead of printf 2015-08-05 19:43:51 +02:00
Makefile cpu/msp430-common: simplified hwtimer configuration 2015-09-02 17:10:28 +02:00
Makefile.include cpu/msp430xx: some Makefile cleanup 2015-09-16 17:07:26 +02:00
msp430-main.c cpu/msp430-common: removed legacymsp430.h code 2015-09-02 16:47:52 +02:00
panic.c core: cpu: fix check for DEVELHELP 2015-09-12 12:43:15 +02:00
startup.c everything: Remove filename from @file Doxygen command 2015-05-22 07:34:41 +02:00