esp-idf/components/freertos/port
Darian Leung c26d2ad132 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:27:57 +08:00
..
linux/include/freertos freertos: updated the location of FreeRTOSConfig.h 2021-09-14 08:46:01 +05:30
priv_include freertos(esp32s3): SysTick uses systimer 2021-08-04 20:33:44 +08:00
riscv riscv: Use semihosting to set breakpoint and watchpoint when running under debugger 2022-05-13 12:54:21 +03:00
xtensa freertos: Xtensa FreeRTOS saves threadptr in solicited stack frame 2022-07-04 18:27:57 +08:00
port_common.c Merge branch 'bugfix/freertos_stack_tcb_alloc_order_v4.4' into 'release/v4.4' 2022-06-15 10:55:51 +08:00
port_systick.c freertos: add pm_trace header include 2022-02-17 22:22:26 +08:00