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
Without looking at the pseudocode, the definition of xscratchcswl is
This new CSR operates similarly to xscratchcsw except that the swap condition is true when the interrupter and interruptee are not both application tasks or not both interrupt handlers.
However the spec never defines what an application task is. From looking at the pseudocode we can see it is one where the interrupt level is 0, but the text should say that. Something like:
This new CSR operates similarly to xscratchcsw except that the swap condition is true when interrupt level for the interrupter and interruptee are not both zero and not both non-zero.
The text was updated successfully, but these errors were encountered:
Without looking at the pseudocode, the definition of
xscratchcswl
isHowever the spec never defines what an application task is. From looking at the pseudocode we can see it is one where the interrupt level is 0, but the text should say that. Something like:
The text was updated successfully, but these errors were encountered: