zephyr/tests/drivers/uart/uart_basic_api/src
Andriy Gelman eef672ed5b tests: uart: Test pushing more than 1 byte in uart_fifo_fill call
Currently the test only pushes 1 byte in each call to uart_fifo_fill().
This doesn't test cases where the driver can accept more than 1 byte
in the fifo.
Instead, try to push all the bytes in the uart_fifo_fill() call.
Internally the driver may only accept 1 byte, in which case the test
will be equivalent as before the patch.

Signed-off-by: Andriy Gelman <andriy.gelman@gmail.com>
2022-12-22 11:06:43 +01:00
..
main.c tests: drivers: uart: move the uart basic tests to new ztest API 2022-09-08 15:25:52 +00:00
test_uart_config.c ztest: remove the obsolete NULL appended to zassert macros 2022-09-09 07:05:38 -04:00
test_uart_fifo.c tests: uart: Test pushing more than 1 byte in uart_fifo_fill call 2022-12-22 11:06:43 +01:00
test_uart_pending.c ztest: remove the obsolete NULL appended to zassert macros 2022-09-09 07:05:38 -04:00
test_uart_poll.c ztest: remove the obsolete NULL appended to zassert macros 2022-09-09 07:05:38 -04:00
test_uart.h tests: drivers: uart: move the uart basic tests to new ztest API 2022-09-08 15:25:52 +00:00