1sample:
2 name: UART driver sample
3tests:
4 sample.drivers.uart:
5 integration_platforms:
6 - qemu_x86
7 tags:
8 - serial
9 - uart
10 filter: CONFIG_SERIAL and
11 CONFIG_UART_INTERRUPT_DRIVEN and
12 dt_chosen_enabled("zephyr,shell-uart")
13 harness: keyboard
14