esp-idf/components/freertos/port
Darian Leung f08c4b823f freertos: Fix FPU ISR core pinning bug
This commit fixes a bug where if an unpinned task is interrupted by a level 1
ISR that users the FPU, the FPU usage will cause the interrupted task to
become pinned to the current core.

Note: This bug was already fixed in SMP FreeRTOS in commit
d6936177. This commit simply backports the fix to IDF FreeRTOS.
2022-10-17 23:31:18 +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: Fix FPU ISR core pinning bug 2022-10-17 23:31:18 +08:00
port_common.c freertos: Fix issue with bootup failure in ESP_MAIN_TASK_AFFINITY_CPU1 config 2022-07-08 08:36:19 +05:30
port_systick.c freertos: add pm_trace header include 2022-02-17 22:22:26 +08:00