1The purpose of this test is to validate basic UART driver functions,
2that are not tested elsewhere.
3UART interrupt mode is used for the tests purpose.
4
5Hardware setup required for these tests:
6For single uart configuration - UART0 TX connected to RX and CTS to RTS
7For dual uart configuratiom - UART0 and UART1 TXs and RXs cross-connected
8
9These test cases cover:
10- UART configuration,
11- UART error check,
12- UART callback setup,
13- Dual UART transmission with matched and mismatched configurations
14