You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In freertos_bindings.c, _gnat_yield_from_isr() calls portEND_SWITCHING_ISR(), but there’s a suggestion on the FreeRTOS forums that portYIELD_FROM_ISR() would be appropriate.