mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-07-24 13:58:08 +02:00
+ Switch positions of the asm functions used to start the kernel and handle traps to enable one to reference to the other. + Handle external interrupts (working with Renode emulator). + The _sp linker variable is now called __freertos_irq_stack_top.