The STM32 single_wire example was merged in parallel to this sample and ended up as a sub-folder of this one. Separate both into their own folders. Signed-off-by: Martin Jäger <martin@libre.solar>
9 lines
235 B
YAML
9 lines
235 B
YAML
sample:
|
|
name: UART driver sample
|
|
tests:
|
|
sample.drivers.uart:
|
|
tags: serial uart
|
|
filter: CONFIG_SERIAL and
|
|
CONFIG_UART_INTERRUPT_DRIVEN and
|
|
dt_chosen_enabled("zephyr,shell-uart")
|
|
harness: keyboard
|