zephyr/tests/drivers/uart/uart_elementary
Jakub Zymelka ae0822d0bf tests: drivers: uart: Add nrf54l15/cpuflpr overlays to test scope
Adding a separate overlay for nrf54l15 flpr is required because
running tests on console uart fails.

Signed-off-by: Jakub Zymelka <jakub.zymelka@nordicsemi.no>
2024-05-29 11:58:14 +02:00
..
boards tests: drivers: uart: Add nrf54l15/cpuflpr overlays to test scope 2024-05-29 11:58:14 +02:00
src tests: drivers: Update uart_elementary suite with different configuration 2024-05-14 13:24:55 +02:00
CMakeLists.txt
Kconfig
prj.conf
README.txt
testcase.yaml tests: drivers: uart: Add nrf54l15/cpuflpr overlays to test scope 2024-05-29 11:58:14 +02:00

The purpose of this test is to validate basic UART driver functions,
that are not tested elsewhere.
UART interrupt mode is used for the tests purpose.

Hardware setup required for these tests:
For single uart conviguration - UART0 TX connected to RX and CTS to RTS
For dual uart configuratiom - UART0 and UART1 TXs and RXs cross-connected

These test cases cover:
- UART configuration,
- UART error check,
- UART callback setup,
- Dual UART transmission with matched and mismatched configurations