Add a sample that utilises the ASYNC API to queue packets in bursts. Signed-off-by: Jordan Yates <jordan@embeint.com>
14 lines
319 B
YAML
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
|