embassy/tests
pennae 861f49cfd4 rp/uart: report errors from buffered uart
this reports errors at the same location the blocking uart would, which
works out to being mostly exact (except in the case of overruns, where
one extra character is dropped). this is actually easier than going
nuclear in the case of errors and nuking both the buffer contents and
the rx fifo, both of which are things we'd have to do in addition to
what's added here, and neither are needed for correctness.
2023-05-01 15:32:58 +02:00
..
nrf Bump versions preparing for -macros and -executor release 2023-04-27 11:54:22 +02:00
riscv32 Bump versions preparing for -macros and -executor release 2023-04-27 11:54:22 +02:00
rp rp/uart: report errors from buffered uart 2023-05-01 15:32:58 +02:00
stm32 Bump versions preparing for -macros and -executor release 2023-04-27 11:54:22 +02:00