esp-idf/components/freertos/FreeRTOS-Kernel/portable/linux
Sudeep Mohanty 0db5d725ef fix(freertos): Fixed critical section macro in vTaskPlaceOnEventListRestricted()
The vTaskPlaceOnEventListRestricted() did not use the correct macro when
exiting a kernel cirtical section. This does not affect the HW targets
but on the Linux port, this caused an issue as the critical nesting
count became negative, leading to deadlocks. This commit fixes the bug
and updates the linux port to prevent the nesting count from going
negative.
2024-08-09 08:45:23 +02:00
..
include fix(freertos): Fixed memory leak issue in vTaskDeleteWithCaps() 2024-07-26 16:58:18 +02:00
utils fix(linux): Fix warnings for Linux target when COMPILER_STATIC_ANALYZER=y 2024-07-31 11:23:54 +03:00
port_idf.c refactor(linux): Improved error reporting 2024-04-24 18:12:45 +02:00
port.c fix(freertos): Fixed critical section macro in vTaskPlaceOnEventListRestricted() 2024-08-09 08:45:23 +02:00