zephyr/tests/drivers/uart/uart_async_api/src
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
..
main.c tests: uart_asyn: Simplify how the UART device is provided 2020-09-02 13:48:13 +02:00
test_uart_async.c drivers: serial: Use microseconds to represent timeout 2021-10-12 12:26:56 +02:00
test_uart.h tests/drivers/uart: async_api: Enable test on nucleo_f103rb 2021-09-16 13:19:19 -04:00