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
159: Provide access to serial status flags idle/txe/rxne r=therealprof a=oll3
Noticed that the serial interface were missing access to these flags and seem to be present in other stm32xx hals (like stm32f4xx-hal).
Added them so that an ISR can differ between these events.
Edit: removed unnecessary unsafe.
Co-authored-by: Olle Sandberg <[email protected]>
0 commit comments