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
|
||
---|---|---|
.. | ||
include/freertos | ||
port.c | ||
portasm.S | ||
readme_xtensa.txt | ||
xt_asm_utils.h | ||
xtensa_context.S | ||
xtensa_init.c | ||
xtensa_loadstore_handler.S | ||
xtensa_overlay_os_hook.c | ||
xtensa_vector_defaults.S | ||
xtensa_vectors.S |