zephyr/tests/drivers/uart/uart_async_rx/testcase.yaml
Krzysztof Chruściński 8ba4249ef7 tests: drivers: uart: Add test for uart_async_rx
Add test for helper module for handling asynchronous RX.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2023-11-14 09:21:46 +01:00

16 lines
395 B
YAML

tests:
drivers.uart.async_rx:
filter: CONFIG_SERIAL
tags: drivers uart
integration_platforms:
- native_posix
drivers.uart.async_rx.ztress:
filter: CONFIG_SERIAL
tags: drivers uart
platform_allow: >
qemu_cortex_m3 qemu_x86 qemu_x86_64 qemu_riscv32
integration_platforms:
- qemu_x86
extra_configs:
- CONFIG_SYS_CLOCK_TICKS_PER_SEC=10000