Skip to content

Tags: jdoe95/mrtos-portable-c28

Tags

1.0

Toggle 1.0's commit message
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.