zephyr/tests/drivers/uart/uart_errors
Karol Lasończyk 061036f9e3 tests: samples: Extend support for nRF54LM20A
Extends support and adds new overlays.

Signed-off-by: Karol Lasończyk <karol.lasonczyk@nordicsemi.no>
Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>
2025-06-27 18:26:57 -05:00
..
boards tests: samples: Extend support for nRF54LM20A 2025-06-27 18:26:57 -05:00
src
CMakeLists.txt
Kconfig
prj.conf
README.txt
testcase.yaml tests: samples: Extend support for nRF54LM20A 2025-06-27 18:26:57 -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.