esp-idf/components/freertos
Sudeep Mohanty e9e0e250a6 fix(freertos): Incorrect assert in FreeRTOS port layer when not in ISR context
This commit fixes an issue where in the FreeRTOS port layer would cause
the portASSERT_IF_IN_ISR() assert check to fail even when the system is
not in an interrupt context.
2024-08-27 16:06:25 +08:00
..
esp_additions freertos(SMP): Update SMP FreeRTOS linker fragment file 2023-06-23 07:16:58 +02:00
FreeRTOS-Kernel fix(freertos): Incorrect assert in FreeRTOS port layer when not in ISR context 2024-08-27 16:06:25 +08:00
FreeRTOS-Kernel-SMP fix(freertos): Incorrect assert in FreeRTOS port layer when not in ISR context 2024-08-27 16:06:25 +08:00
test fix(freertos): Incorrect assert in FreeRTOS port layer when not in ISR context 2024-08-27 16:06:25 +08:00
test_apps freertos: fixed ORIG_INCLUDE_PATH cmake property having the wrong path 2022-08-31 10:26:50 +08:00
app_startup.c pytest: Expect "Calling app_main()" to indicate start of application 2023-06-23 10:35:56 +02:00
CMakeLists.txt freertos: Add linker fragments for common functions 2023-06-22 17:20:48 +02:00
FreeRTOS-openocd.c freertos: Add linker fragments for common functions 2023-06-22 17:20:48 +02:00
Kconfig rtc_sleep: workaround systimer stall issue during lightsleep on ESP32C3 2023-03-29 21:19:21 +08:00
linker_common.lf freertos: Add linker fragments for common functions 2023-06-22 17:20:48 +02:00
linker_smp.lf freertos(SMP): Update SMP FreeRTOS linker fragment file 2023-06-23 07:16:58 +02:00
linker.lf freertos(IDF): Update IDF FreeRTOS linker fragment file 2023-06-23 09:20:18 +02:00
port_common.c freertos: Refactor port common functions 2023-06-22 17:20:35 +02:00
sdkconfig.rename freertos: always enable static allocation 2020-12-29 16:18:04 +01:00