esp-idf/components/freertos/esp_additions
Sudeep Mohanty 42c935e2c3 fix(freertos): Fixed an issue where accessing task lists could overrun memory
This commit fixes a potential issue of illegal memory access when
accessing the various task lists in FreeRTOS while fetching tasks using
the xTaskGetNext() function.
2024-03-19 17:33:18 +01: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 fix(freertos): Fixed an issue where accessing task lists could overrun memory 2024-03-19 17:33:18 +01: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