esp-idf/components/freertos
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
..
config feat(freertos): Add application task tag support 2024-03-09 00:57:37 +08:00
esp_additions fix(freertos): Fixed memory leak issue in vTaskDeleteWithCaps() 2024-07-26 16:58:18 +02:00
FreeRTOS-Kernel fix(freertos): Fixed critical section macro in vTaskPlaceOnEventListRestricted() 2024-08-09 08:45:23 +02:00
FreeRTOS-Kernel-SMP fix(freertos): Fixed critical section macro in vTaskPlaceOnEventListRestricted() 2024-08-09 08:45:23 +02:00
test_apps fix(freertos): Fixed memory leak issue in vTaskDeleteWithCaps() 2024-07-26 16:58:18 +02:00
app_startup.c fix(riscv): make HWLP feature use direct saving of lazy saving 2024-05-21 17:27:46 +08:00
CMakeLists.txt feat(build): add COMPILER_STATIC_ANALYZER option 2024-06-18 14:25:37 +08:00
heap_idf.c refactor(freertos): Updated FreeRTOS component files to astyle format 2024-01-31 16:41:58 +08:00
Kconfig fix(freertos): Updated dependency list for CONFIG_FREERTOS_TASK_FUNCTION_WRAPPER option 2024-03-14 08:41:51 +01:00
linker_common.lf feat(freertos/smp): Update ports to support Amazon FreeRTOS v11.0.1 2024-03-05 15:44:12 +08:00
linker_smp.lf change(freertos): Deprecate usage of vPortCleanUpTCB() by applications 2023-08-23 17:50:08 +08:00
linker.lf change(freertos/idf): Make v10.5.1 the default kernel 2023-10-21 04:39:16 +08:00
port_common.c feat(freertos/smp): Update ports to support Amazon FreeRTOS v11.0.1 2024-03-05 15:44:12 +08:00
port_systick.c feat(freertos/smp): Update ports to support Amazon FreeRTOS v11.0.1 2024-03-05 15:44:12 +08:00
port_systick.h freertos: Move port_systick to common directory 2023-04-28 23:03:00 +08:00
sdkconfig.rename freertos: always enable static allocation 2020-12-29 16:18:04 +01:00