FreeRTOS-Kernel/portable/GCC/ARM_CM7/r0p1
Björn Schäpers b5149c0141 Add option to keep the main stack intact on CM7
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.
2024-08-01 08:37:01 +02:00
..
port.c Add option to keep the main stack intact on CM7 2024-08-01 08:37:01 +02:00
portmacro.h Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00