esp-idf/components/freertos/FreeRTOS-Kernel
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
..
include/freertos freertos: Add missing ESP_PLATFORM preprocessor directive for FreeRTOS static data structs (v5.0) 2022-10-21 14:15:16 +02:00
portable fix(xtensa): fix registers curruption on context switch 2023-11-02 02:18:11 +00:00
croutine.c freertos: Add SPDX license identifiers and update xtensa port files 2022-02-03 17:08:14 +08:00
event_groups.c freertos: Fix event group task list race condition 2022-06-30 20:12:26 +08:00
GitHub-FreeRTOS-Kernel-Home.url freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
History.txt freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
LICENSE.md freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
list.c freertos: Add SPDX license identifiers and update xtensa port files 2022-02-03 17:08:14 +08:00
queue.c Queue Send fix 2022-12-20 08:30:53 +00:00
Quick_Start_Guide.url freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
sbom.yml feat(freertos): Added SBOM manifest file for SPDX file generation 2023-09-08 12:56:04 +02:00
stream_buffer.c freertos: Add SPDX license identifiers and update xtensa port files 2022-02-03 17:08:14 +08:00
tasks.c fix(freertos): Updated IDLE task names for each core to have the coreID as a suffix 2023-09-21 13:11:36 +02:00
timers.c freertos: Fixed a bug where xTimerIsTimerActive incorrectly returns pdTRUE from callback 2022-07-19 10:42:09 +02:00