embassy/embassy-stm32
Timo Kröger 977a7906e4 stm32 uart: Fix error flag handling for blocking operations
Clear and report the error flags one by one and pop the data byte only
after all error flags were handled.

For v1/v2 we emulate the v3/v4 behaviour by buffering the status
register because a read to the data register clears all flags at once
which means we might loose all but the first error.
2023-05-14 21:10:37 +02:00
..
src stm32 uart: Fix error flag handling for blocking operations 2023-05-14 21:10:37 +02:00
build.rs Merge pull request #1348 from embassy-rs/h5-spi 2023-04-18 17:03:24 +02:00
Cargo.toml Merge #1424 2023-05-11 22:48:55 +00:00