zephyr/tests/drivers/uart/uart_errors
Gerard Marull-Paretas d4a67e321b samples, tests: remove usage of space-separated lists
Convert them to native YAML lists. Support for space-separated
lists was deprecated in Twister a long time ago.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2024-12-04 14:14:53 -05:00
..
boards boards: nordic: Remove nRF54L15 PDK 2024-10-21 01:46:39 +01:00
src
CMakeLists.txt
Kconfig
prj.conf
README.txt
testcase.yaml samples, tests: remove usage of space-separated lists 2024-12-04 14:14:53 -05:00

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.