zephyr/tests/drivers/uart/uart_errors
Sebastian Głąb d05c971350 tests: drivers: uart: uart_errors: Cleanup after nRF54LM20 rename
Remove duplicated test configuration after
nrf54l20pdk/nrf54l20/cpuxxx was renamed to
nrf54lm20dk/nrf54lm20a/cpuxxx.

Signed-off-by: Sebastian Głąb <sebastian.glab@nordicsemi.no>
2025-07-21 13:04:27 -04:00
..
boards tests: drivers: uart: uart_errors: Cleanup after nRF54LM20 rename 2025-07-21 13:04:27 -04:00
src
CMakeLists.txt
Kconfig
prj.conf
README.txt
testcase.yaml tests: drivers: uart: uart_errors: Cleanup after nRF54LM20 rename 2025-07-21 13:04:27 -04: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.