esp-idf/components/freertos
Alexey Lapshin 06ac8505b9 fix(xtensa): fix registers curruption on context switch
a6, a7 registers may be corrupted on multicore ESP chips while FreeRTOS
Kernel SMP context switch
2023-11-02 02:18:11 +00:00
..
FreeRTOS-Kernel fix(xtensa): fix registers curruption on context switch 2023-11-02 02:18:11 +00:00
FreeRTOS-Kernel-SMP Merge branch 'feature/freertos_iram_optimization_5.0' into 'release/v5.0' 2023-08-21 10:33:23 +08:00
esp_additions freertos(SMP): Update SMP FreeRTOS linker fragment file 2023-06-23 07:16:58 +02:00
test freertos: Fix vTaskSuspendAll unit test falkiness 2023-08-28 19:09:53 +08:00
test_apps
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
app_startup.c pytest: Expect "Calling app_main()" to indicate start of application 2023-06-23 10:35:56 +02:00
linker.lf freertos(IDF): Update IDF FreeRTOS linker fragment file 2023-06-23 09:20:18 +02: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
port_common.c
sdkconfig.rename