esp-idf/components/freertos/FreeRTOS-Kernel/portable/riscv
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/freertos fix(freertos): Incorrect assert in FreeRTOS port layer when not in ISR context 2024-07-26 15:15:50 +02:00
port.c fix(freertos): Fixed critical section macro in vTaskPlaceOnEventListRestricted() 2024-08-10 09:24:19 +02:00
portasm.S change(freertos/idf): Remove xCoreID TCB member for single-core 2023-12-04 15:03:55 +08:00