FreeRTOS-Kernel/portable/GCC/MSP430F449
Forty-Bot 1860c9ad09
GCC: MSP430F449: Fix pxPortInitialiseStack on EABI (#947)
According to the MSP430 EABI [1] section 3.3,

Arguments are assigned, in declared order, to the first available
register single, pair, or quad from the following list into which it
fits (with the following special exceptions). For MSP430 and
MSP430X, the argument registers are: R12, R13, R14, R15

Therefore, pvParameters should be passed in R12, as it is the first
argument, not R15. Keep passing the parameter in R15 for the
MSP430 EABI, if anyone is still using it.

[1] https://www.ti.com/lit/an/slaa534a/slaa534a.pdf
2024-01-29 11:07:43 +05:30
..
port.c GCC: MSP430F449: Fix pxPortInitialiseStack on EABI (#947) 2024-01-29 11:07:43 +05:30
portmacro.h Fix build with modern GCC (#933) 2023-12-22 14:09:55 -07:00