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
Also, run background tasks with interrupts disabled. This ensures
that any buffers are drained, and if an interrupt arrives after
buffers are drained but before the WFI is executed then the WFI
instruction will return immediately.
This fixes#2855 on NRF.
Signed-off-by: Sean Cross <[email protected]>
0 commit comments