esp-idf/components/freertos/FreeRTOS-Kernel/portable
Darian Leung 434287fc8b freertos: Xtensa FreeRTOS saves threadptr in solicited stack frame
The Xtensa FreeRTOS port does not save the threadptr register when
doing a voluntary yield. This can result in a crash when multiple
tasks used the threadptr register and call "taskYIELD()".

This commit adds the threadptr register to the solicited stack frame.
2022-06-15 20:20:41 +08:00
..
linux/include/freertos bugfix (freertos): added stdint.h to linux portmacro header 2022-02-16 16:51:22 +08:00
priv_include freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
riscv hal: Route CPU and Interrupt Controller HAL/LL to esp_cpu calls 2022-06-14 14:40:03 +08:00
xtensa freertos: Xtensa FreeRTOS saves threadptr in solicited stack frame 2022-06-15 20:20:41 +08:00
port_common.c Merge branch 'feature/new_esp_psram_component' into 'master' 2022-06-15 19:16:56 +08:00
port_systick.c freertos: add pm_trace header include 2022-02-07 17:44:33 +08:00