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.
Before, __get_PRIMASK/__set_PRIMASK were used directly to manipulate
the state of interrupts. These are only available on Cortex M
platforms.
Adopted core_util_critical_section_enter/exit from mbed critical.h,
which provides this behaviour in a cross-platform manner.
0 commit comments