• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

boards/Today-372321

socs/Today-251224

src/Today-346251

CMakeLists.txtDToday211 117

KconfigDToday518 2015

README.txtDToday497 1411

prj.confDToday150 76

testcase.yamlDToday2.9 KiB8382

README.txt

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