1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/msp430-common/include
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
..
sys
assert.h debug: replace __FILE__ by RIOT_RELATIVE_FILE 2015-09-20 01:51:47 +02:00
cpu_conf.h cpu: msp430-common: remove obsolete UART0_BUFSIZE define 2015-09-04 17:46:23 +02:00
cpu.h cpu: msp430-common: fix context save/restore 2015-09-22 10:43:27 +02:00
msp430_types.h
stdio.h all: Update @gebart family name, email 2015-09-20 13:47:39 +02:00
stdlib.h all: Update @gebart family name, email 2015-09-20 13:47:39 +02:00
time.h