zephyr/tests/drivers/uart/uart_errors
..
boards
src
CMakeLists.txt
Kconfig
prj.conf tests: drivers: uart: Add test for line errors handling 2024-09-06 11:31:10 -04:00
README.txt
testcase.yaml

The purpose of this test is to validate UART receiver when error occurs on
the line. Error is generated by the second UART driver instance which sends
certain bytes with parity enabled when receiver is configured without parity.
Additional bit triggers framing error.