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
Fixed bug in osport_contextsw_req
Using INTR RTOSINT will always trigger an interrupt regardless of the status of
the INTM bit in ST1. This will break the kernel lock. The fix is to set the
flag bit so that the interrupt is handled through the global mask.