zephyr/tests/drivers/uart
Krzysztof Chruscinski c590b3545a drivers: serial: Use microseconds to represent timeout
Updated uart_rx_enable() and uart_tx() to use timeout given
in microseconds. Previously argument was given in milliseconds.
However, there are cases when milliseconds granularity is not
enough and can significantly reduce a throughput, e.g. 1ms is
100 bytes at 1Mb.

Updated 4 drivers which implement asynchronous API. Updated
places where API was used.

Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no>
2021-10-12 12:26:56 +02:00
..
uart_async_api drivers: serial: Use microseconds to represent timeout 2021-10-12 12:26:56 +02:00
uart_basic_api tests: uart_basic_api: add support for CDC ACM UART 2021-08-23 18:53:47 -04:00
uart_mix_fifo_poll drivers: serial: Use microseconds to represent timeout 2021-10-12 12:26:56 +02:00
uart_pm drivers: serial: Use microseconds to represent timeout 2021-10-12 12:26:56 +02:00