esp-idf/components/freertos/FreeRTOS-Kernel
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
..
include/freertos freertos: Revert critical section macro 2022-08-12 16:17:45 +08:00
portable freertos: Fix FPU ISR core pinning bug 2022-10-12 22:45:56 +08:00
croutine.c freertos: Add SPDX license identifiers and update xtensa port files 2022-02-03 17:08:14 +08:00
event_groups.c freertos: Restore xAlreadyYielded usage in event_groups 2022-09-19 21:30:43 +08:00
GitHub-FreeRTOS-Kernel-Home.url freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
History.txt freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
LICENSE.md freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
list.c freertos: Add SPDX license identifiers and update xtensa port files 2022-02-03 17:08:14 +08:00
queue.c freeRTOS: Synchronize queue functions to v10.4.3 2022-09-19 21:30:32 +08:00
Quick_Start_Guide.url freertos: update freertos folder structure to match upstream 2021-10-29 12:05:13 +08:00
stream_buffer.c freertos: Synchronize xStreamBufferSend() to v10.4.3 2022-09-19 21:30:38 +08:00
tasks.c freertos: Synchronize tasks.c functions (minor changes) to v10.4.3 2022-09-19 21:30:52 +08:00
timers.c freertos: Revert critical section macro 2022-08-12 16:17:45 +08:00