mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
f08c4b823f
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.