esp-idf/components/freertos/FreeRTOS-Kernel/portable/linux
Sudeep Mohanty 411ef4557a 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-10 09:24:19 +02:00
..
include fix(freertos): Fixed memory leak issue in vTaskDeleteWithCaps() 2024-07-29 08:47:19 +02:00
utils fix(linux): fix build errors and warnings, remove ignore file 2023-01-18 09:24:28 +08:00
port_idf.c refactor(freertos): Refactor usage of portBASE_TYPE to BaseType_t 2023-07-31 17:10:34 +02:00
port.c fix(freertos): Fixed critical section macro in vTaskPlaceOnEventListRestricted() 2024-08-10 09:24:19 +02:00