mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-01-18 15:50:32 -05:00
I was surprised by that behaviour, and apparently I'm not the only one: https://forums.freertos.org/t/silently-breaking-compiler-standards-by-corrupting-main-stack/11165 https://forums.freertos.org/t/main-stack-pointer-reset-when-starting-the-scheduler/5227 Add an option to disable that. My use case is that I initialize some stuff before the OS and give it to the tasks. No global variable, because I want to reduce the visibility. |
||
|---|---|---|
| .. | ||
| port.c | ||
| portmacro.h | ||