zephyr/samples/drivers/uart
Brett Witherspoon 5ec1b4d1b2 samples: drivers: uart: Read until FIFO empty in echo_bot
The RX ready condition is unspecified with regard to being level or edge
triggered, so all available data should then be read once the RX ready
condition is detected. This change brings the sample into agreement with
the documentation and tests.

Signed-off-by: Brett Witherspoon <brett@witherspoon.engineering>
2023-01-27 19:21:37 +09:00
..
echo_bot samples: drivers: uart: Read until FIFO empty in echo_bot 2023-01-27 19:21:37 +09:00
stm32/single_wire