esp-idf/components/freertos/esp_additions/include
Darian Leung db64e51e53 feat(freertos): Add SMP kernel changes to FreeRTOS v10.5.1
This commit adds the key kernel changes to the v10.5.1 kernel to support
dual-core SMP. These changes are temporarily documented in the `idf_changes.md`
document. This commit...

- Added changes to kernel data structures to support multiple cores
- Changes to scheduling algorithm support SMP scheduling.
- Changes to each FreeRTOS function to support multiple cores and SMP
scheduling algorithm.
2023-09-18 18:32:54 +08:00
..
esp_private refactor(freertos/idf): Move xTaskIncrementTickOtherCores() to IDF additition headers 2023-09-05 16:20:59 +08:00
freertos feat(freertos): Add SMP kernel changes to FreeRTOS v10.5.1 2023-09-18 18:32:54 +08:00