FreeRTOS-Kernel/FreeRTOS/Demo/msp430_GCC
Forty-Bot 154dee1c86
Fix msp430_GCC demo application (#1153)
* Update kernel

Update kernel to bring in a fix for MSP430 task initialization.

* msp430_GCC: Decrease heap size to avoid stack overflow

With 1800 bytes allocated to the heap, the stack overflows while
initializing tasks. Decrease the heap size so we have a bit more space
for the initial stack. We are using most of the heap, so 100 bytes is
about as much as we can decrease it by.
2024-01-15 10:24:11 +05:30
..
ParTest Fix C source and header file license spacing (#1155) 2024-01-12 16:43:31 -08:00
serial msp430_GCC: Make interrupts return void (#1146) 2023-12-26 10:40:28 -08:00
FreeRTOSConfig.h Fix msp430_GCC demo application (#1153) 2024-01-15 10:24:11 +05:30
gdb.ini Add FreeRTOS-Plus directory. 2012-08-11 21:34:11 +00:00
main.c Fix formatting in kernel demo application files (#1148) 2024-01-02 11:05:59 +05:30
makefile Revert "Remove coroutines (#874)" (#1019) 2023-06-09 15:25:48 -07:00