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 aa2f500d51 cpu/msp430_common: update thread_stack_init to changed ABI
The old mspgcc used R15-R12 for args 0-3. The newer MSP430 EABI uses
R12-15.

See https://www.ti.com/lit/an/slaa664/slaa664.pdf for more details.
2020-08-05 14:32:58 +02:00
..
include cpu/msp430_common: add NOPs to irq functions 2020-08-05 14:32:58 +02:00
periph tests/periph_flashpage: use before last page for msp430 2019-11-24 13:19:20 +01:00
vendor cpu/msp430_common: bump msp430-gcc-support-files to 1.210 2020-08-05 14:32:58 +02:00
cpu.c cpu/msp430_common: update thread_stack_init to changed ABI 2020-08-05 14:32:58 +02:00
irq.c cpu/msp430_common: Update to inline-able IRQ API 2020-06-25 21:32:17 +02:00
Kconfig cpu/msp430_common: Add Kconfig symbols 2020-06-24 09:26:05 +02:00
Makefile cpu/msp430-common: moved pm_reboot to periph/pm.c 2017-01-19 11:07:59 +01:00
Makefile.dep cpu/msp430_common: move newlib default module decl to Makefile.dep 2020-08-05 14:32:58 +02:00
Makefile.features cpu/msp430_common: Add Kconfig symbols 2020-06-24 09:26:05 +02:00
Makefile.include cpu/msp430: update deps, move to Makefile.dep 2020-08-05 14:32:57 +02:00
msp430-main.c cpu/msp430: update to modern gcc & newlib 2020-08-05 14:29:00 +02:00
mspgcc-supplement.c msp430_common: Add supplemental __clzhi2, __ctzhi2, for old MSPGCC 2017-02-08 16:23:48 +01:00
startup.c cpu/msp430: call newlib _init() in startup script 2020-08-05 14:29:07 +02:00