zephyr/samples/drivers/uart/async_api/sample.yaml
Jordan Yates bb0f19260a samples: uart: async_api: added
Add a sample that utilises the ASYNC API to queue packets in bursts.

Signed-off-by: Jordan Yates <jordan@embeint.com>
2025-04-25 18:58:47 +02:00

14 lines
319 B
YAML

sample:
name: UART ASYNC API driver sample
tests:
sample.drivers.uart.async_api:
integration_platforms:
- nrf52840dk/nrf52840
tags:
- serial
- uart
filter: CONFIG_SERIAL and
CONFIG_UART_ASYNC_API and
dt_chosen_enabled("zephyr,shell-uart")
harness: keyboard