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
Use LDREXW + CLREX + STREXW read and clear CDC break value
Instead of NVIC_DisableIRQ + NVIC_EnableIRQ, as it’s a bit awkward to
check if a particular NVIC IRQ is enabled on ARM. This is similar
approach to Serial_::accept.
0 commit comments