esp-idf/components/freertos/esp_additions
Sudeep Mohanty c36674eaa8 fix(freertos): Fixed assert failure in vTaskDeleteWithCaps
This commit fixes an assert failure in vTaskDeleteWithCaps() when
multiple un-pinned tasks are created with stack in the external memory
and such tasks delete themselves.

Closes https://github.com/espressif/esp-idf/issues/14222
2024-09-18 11:11:04 +02:00
..
include fix(freertos): Fixed memory leak issue in vTaskDeleteWithCaps() 2024-07-26 16:58:18 +02:00
freertos_compatibility.c refactor(freertos/idf): Move compatibility functions 2023-09-05 16:20:59 +08:00
freertos_tasks_c_additions.h feat(build): add COMPILER_STATIC_ANALYZER option 2024-06-18 14:25:37 +08:00
FreeRTOSSimulator_wrappers.c fix(freertos): Update select on Linux target to handle edge cases 2024-09-09 16:52:51 +02:00
idf_additions_event_groups.c fix(system): fixed warnings related to ununsed var if asserts disabled 2024-08-26 10:25:04 +08:00
idf_additions.c fix(freertos): Fixed assert failure in vTaskDeleteWithCaps 2024-09-18 11:11:04 +02:00