esp-idf/components/freertos/FreeRTOS-Kernel-SMP
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/freertos feat(freertos/smp): Add ESP-IDF specific modifications 2024-03-05 15:44:12 +08:00
portable feat(freertos/smp): Update ports to support Amazon FreeRTOS v11.0.1 2024-03-05 15:44:12 +08:00
event_groups.c feat(freertos/smp): Update SMP FreeRTOS files to V11.0.1 2024-03-05 15:44:11 +08:00
list.c feat(freertos/smp): Update SMP FreeRTOS files to V11.0.1 2024-03-05 15:44:11 +08:00
porting_notes.md feat(freertos/smp): Update ports to support Amazon FreeRTOS v11.0.1 2024-03-05 15:44:12 +08:00
queue.c feat(freertos/smp): Update SMP FreeRTOS files to V11.0.1 2024-03-05 15:44:11 +08:00
stream_buffer.c feat(freertos/smp): Update SMP FreeRTOS files to V11.0.1 2024-03-05 15:44:11 +08:00
tasks.c feat(freertos/smp): Add ESP-IDF specific modifications 2024-03-05 15:44:12 +08:00
timers.c feat(freertos/smp): Update SMP FreeRTOS files to V11.0.1 2024-03-05 15:44:11 +08:00
uncrustify.cfg feat(freertos/smp): Update SMP FreeRTOS files to V11.0.1 2024-03-05 15:44:11 +08:00