d2a4522250
Correct typos in uart_elementary test Signed-off-by: Yannis Damigos <giannis.damigos@gmail.com> |
||
---|---|---|
.. | ||
boards | ||
src | ||
CMakeLists.txt | ||
Kconfig | ||
README.txt | ||
prj.conf | ||
testcase.yaml |
README.txt
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