esp-idf/components/freertos/esp_additions
Darian Leung 83c686c744
feat(freertos/smp): Update ports to support Amazon FreeRTOS v11.0.1
- vTaskPreemptionDisable()/vTaskPreemptionEnable() are no longer available in
single-core builds.
- xTaskIncrementTick() calls must now be wrapped by critical section
- Minimal Idle Task renamed to Passive Idle Task
- Port critical section APIs updated
2024-03-05 15:44:12 +08:00
..
include feat(freertos/smp): Add ESP-IDF specific modifications 2024-03-05 15:44:12 +08:00
freertos_compatibility.c refactor(freertos/idf): Move compatibility functions 2023-09-05 16:20:59 +08:00
freertos_tasks_c_additions.h feat(freertos/smp): Update ports to support Amazon FreeRTOS v11.0.1 2024-03-05 15:44:12 +08:00
FreeRTOSSimulator_wrappers.c fix(freertos): override select function without relying on -Wl,--wrap 2024-01-23 16:57:38 +01:00
idf_additions.c refactor(freertos): Uncrustify and format IDF addition headers 2023-08-30 14:11:52 +08:00