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
Replaces the custom crticial section implementation
with the nrfx ones. These are implemented in `nrfx_glue.h`
and use Zephyr's `irq_lock` and `irq_unlock`.
These, by default, do not disable zero latency interrupts,
such as the ones registered for the SoftDevice's
time-sensitive operations (e.g. radio) that should
never be disabled.
Signed-off-by: Mirko Covizzi <[email protected]>
0 commit comments