zephyr/tests/drivers/uart/uart_errors
Greg Leach 2aff40b1b1 tests: Add BL54L15/L15u DVK support
Adds support for the BL54L15 and BL54L15u DVK boards.

Signed-off-by: Greg Leach <greg.leach@ezurio.com>
2025-04-23 15:02:20 +02:00
..
boards tests: Add BL54L15/L15u DVK support 2025-04-23 15:02:20 +02:00
src
CMakeLists.txt
Kconfig
prj.conf
README.txt
testcase.yaml dts: boards: we: add board Ophelia-IV 2025-04-03 13:16:05 +02: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.