mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
0a894c2b30
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. |
||
---|---|---|
.. | ||
include/freertos | ||
test | ||
xtensa | ||
CMakeLists.txt | ||
component.mk | ||
croutine.c | ||
event_groups.c | ||
FreeRTOS-openocd.c | ||
Kconfig | ||
license.txt | ||
linker.lf | ||
list.c | ||
queue.c | ||
sdkconfig.rename | ||
stdint.readme | ||
tasks.c | ||
timers.c |