esp-idf/components/freertos/FreeRTOS-Kernel/portable
Darian Leung 9f7f964363 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
d69361779e. This commit simply backports the
fix to IDF FreeRTOS.
2022-10-12 22:45:56 +08:00
..
linux feat(freertos): Added FreeRTOS POSIX/Linux Simulator 2022-09-27 16:23:54 +02:00
priv_include freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
riscv freertos: Refactor riscv port stack initialization code 2022-10-09 14:51:45 +08:00
xtensa freertos: Fix FPU ISR core pinning bug 2022-10-12 22:45:56 +08:00
port_common.c WDT: implement interrupt wdt and task wdt for ESP32-C2 2022-09-15 14:37:59 +08:00
port_systick.c freertos, ulp: Fix header inclusion to be compatible with new esp32c6 target 2022-09-06 09:13:20 +00:00