embassy/embassy-stm32
bors[bot] 1f246d0e37
Merge #1034
1034: stm32/usart: Fix bug where USART idle flag could end a `read` prematuraly r=Dirbaio a=guillaume-michel

on STM32, when setting USART `detect_previous_overrun = true`, the idle flag is not cleared and could result in premature end of the `read` method.

This PR fixes that.

Co-authored-by: Guillaume MICHEL <guillaume@squaremind.io>
2022-10-28 11:22:53 +00:00
..
src Merge #1034 2022-10-28 11:22:53 +00:00
build.rs implement support for LPUART 2022-08-19 12:05:19 +02:00
Cargo.toml Merge #1025 2022-10-26 19:34:43 +00:00