zephyr/tests/drivers/uart
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
..
uart_async_api tests: drivers: uart async api test case on stm32u575 nucleo board 2022-11-23 11:32:27 +01:00
uart_basic_api tests: uart: Test pushing more than 1 byte in uart_fifo_fill call 2022-12-22 11:06:43 +01:00
uart_mix_fifo_poll tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
uart_pm tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00