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
{{ message }}
This repository was archived by the owner on Aug 19, 2021. It is now read-only.
Fixed race-conditions in non-rtos mbed wfi implementation
Before, an interrupt that changed the state of the queue could occur
before the wfi was executed. To fix this, a flag was added to catch these
events, and wfi must be dispatched with interrupts counter-intuitively
disabled.
A thanks to @c1728p9 for noting this
0 commit comments