esp-idf/components
Darian Leung 68c881b457 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-07-04 18:25:30 +08:00
..
2022-03-01 16:22:54 +08:00
2021-09-16 09:07:48 +05:30
2021-06-21 09:52:03 +10:00