mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-27 15:56:14 -04:00
This commit updates the __stack_size definition in the linker flags, changing its value from 350 to 352. This change ensures that the stack size is a multiple of 16, aligning the stack pointer (sp) to a 16-byte boundary as required by the system architecture. |
||
|---|---|---|
| .. | ||
| output | ||
| .cproject | ||
| .project | ||
| fake_rom.ld | ||
| gdbinit | ||
| Makefile | ||
| printf-stdarg.c | ||
| RegTest.S | ||
| RTOSDemo Default.launch | ||
| start.S | ||