FreeRTOS / FreeRTOS-Kernel

FreeRTOS kernel files only, submoduled into https://github.com/FreeRTOS/FreeRTOS and various other repos.
https://www.FreeRTOS.org
MIT License
2.62k stars 1.09k forks source link

FreeRTOS-Kernel V11 - SMP #904

Closed amazonKamath closed 8 months ago

amazonKamath commented 9 months ago

Symmetric Multiprocessing (SMP) support in the FreeRTOS Kernel enables one instance of the FreeRTOS kernel to schedule tasks across multiple identical processor cores. Currently, SMP support exists in a separate branch. This work item involves releasing the FreeRTOS SMP support as Generally Available and have a common codebase for single core and SMP.

sirnish commented 8 months ago

FreeRTOS Kernel version 11.0.0 is now available for download.

sirnish commented 8 months ago

Please read more here