Add test which validates behavior of the UART driver when there are errors on the receiver line. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
6 lines
141 B
Text
6 lines
141 B
Text
CONFIG_SERIAL=y
|
|
CONFIG_ZTEST=y
|
|
CONFIG_TEST_USERSPACE=y
|
|
CONFIG_UART_USE_RUNTIME_CONFIGURE=y
|
|
CONFIG_UART_INTERRUPT_DRIVEN=y
|
|
CONFIG_PM_DEVICE=y
|