zephyr/tests/drivers/uart/uart_elementary
Gerard Marull-Paretas d4a67e321b samples, tests: remove usage of space-separated lists
Convert them to native YAML lists. Support for space-separated
lists was deprecated in Twister a long time ago.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2024-12-04 14:14:53 -05:00
..
boards tests: drivers: uart: uart_elementary: Add runtime PM configuration 2024-11-26 10:36:21 +00:00
src tests: drivers: uart: uart_elementary: Add runtime PM configuration 2024-11-26 10:36:21 +00:00
CMakeLists.txt
Kconfig
prj.conf
README.txt
testcase.yaml samples, tests: remove usage of space-separated lists 2024-12-04 14:14:53 -05: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