zephyr/tests/drivers/uart/uart_async_api
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
..
boards tests: uart_async_api: Correct DMA channels on atsamr21_xpro board 2021-09-19 19:31:25 -04:00
src drivers: serial: Use microseconds to represent timeout 2021-10-12 12:26:56 +02:00
CMakeLists.txt cmake: increase minimal required version to 3.20.0 2021-08-20 09:47:34 +02:00
prj.conf
testcase.yaml tests: uart_async_api: exclude atmel sam0 boards 2021-03-16 17:01:15 -05:00