esp-idf/components/freertos
Andy Lin b562ceb8c1 fix(freertos): Fix broken portable macro portTRY_ENTER_CRITICAL_SAFE()
This commit fixes a bug where the portTRY_ENTER_CRITICAL_SAFE() for the
Xtensa and RISC-V FreeRTOS ports were broken as it did not correctly use
the timeout parameter.

Merges: https://github.com/espressif/esp-idf/pull/13022
2024-04-17 13:42:12 +02:00
..
FreeRTOS-Kernel fix(freertos): Fix broken portable macro portTRY_ENTER_CRITICAL_SAFE() 2024-04-17 13:42:12 +02:00
FreeRTOS-Kernel-SMP Xtensa: fix a bug that altered CPU registers in FPU exception handlers 2023-07-11 15:55:35 +08:00
esp_additions freertos: Add task creation with caps functions 2023-05-10 17:55:49 +08:00
test_apps freertos: add a unit test for FPU context switch 2023-07-11 15:55:40 +08:00
CMakeLists.txt freertos: Add wrapper functions to create objects with capabilities 2023-04-24 11:44:46 +08:00
FreeRTOS-openocd.c freertos: Add linker fragments for common functions 2023-02-01 15:09:46 +08:00
Kconfig Kconfig: add more help info for pm related options help 2023-05-19 13:51:29 +08:00
app_startup.c pytest: Expect "Calling app_main()" to indicate start of application 2022-12-09 19:40:40 +08:00
heap_idf.c freertos(IDF): Refactor port heap functions 2023-03-06 16:00:29 +08:00
linker.lf freertos: riscv: fix vPortTaskWrapper for clang 2023-02-20 13:09:42 +08:00
linker_common.lf freertos: Add wrapper functions to create objects with capabilities 2023-04-24 11:44:46 +08:00
linker_smp.lf freertos: riscv: fix vPortTaskWrapper for clang 2023-02-20 13:09:42 +08:00
port_common.c freertos(IDF): Refactor port heap functions 2023-03-06 16:00:29 +08:00
sdkconfig.rename freertos: always enable static allocation 2020-12-29 16:18:04 +01:00