zephyr/tests/drivers/uart/uart_elementary
Yannis Damigos d2a4522250 tests: uart_elementary: Correct typos
Correct typos in uart_elementary test

Signed-off-by: Yannis Damigos <giannis.damigos@gmail.com>
2024-07-15 15:15:36 -04:00
..
boards drivers: uart: uart_elementary: Add missing pull-ups to nrf54h20dk 2024-07-01 09:05:33 -04:00
src tests: uart_elementary: Correct typos 2024-07-15 15:15:36 -04:00
CMakeLists.txt
Kconfig
prj.conf
README.txt tests: uart_elementary: Correct typos 2024-07-15 15:15:36 -04:00
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 configuration - 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