zephyr/tests/drivers/uart/uart_errors
Katarzyna Giądła 436d1bf628 samples: tests: Add support to tests on nrf54l15 DK
Align all existing samples/tests/applications which
contains nrf54l15pdk/nrf54l15/* by adding
nrf54l15dk/nrf54l15/* to enable twister builds.

Signed-off-by: Katarzyna Giądła <katarzyna.giadla@nordicsemi.no>
Signed-off-by: Grzegorz Chwierut <grzegorz.chwierut@nordicsemi.no>
2024-09-26 03:31:20 -04:00
..
boards samples: tests: Add support to tests on nrf54l15 DK 2024-09-26 03:31:20 -04:00
src
CMakeLists.txt
Kconfig
README.txt
prj.conf
testcase.yaml samples: tests: Add support to tests on nrf54l15 DK 2024-09-26 03:31:20 -04:00

README.txt

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.