Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Karol Lasończyk 061036f9e3 tests: samples: Extend support for nRF54LM20A 2 weeks ago
..
boards tests: samples: Extend support for nRF54LM20A 2 weeks ago
socs boards: espressif: esp32c6: Add LP Core board support 4 months ago
src tests: uart_basic_api: uart_elementary: Get baudrate from device tree 7 months ago
CMakeLists.txt
Kconfig tests: uart_basic_api: uart_elementary: Get baudrate from device tree 7 months ago
README.txt tests: uart_elementary: Correct typos 12 months ago
prj.conf
testcase.yaml tests: samples: Extend support for nRF54LM20A 2 weeks ago

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