zephyr/samples/subsys/usb/cdc_acm_bridge/sample.yaml
Fabio Baltieri 6d8eb270fc samples: usb: add a cdc_acm_bridge sample
Add a sample for the UART bridge driver using a USB CDC-ACM UART and a
normal one. Demonstrates how to do settings propagation (bitrate
changes) and multiple instances.

The sample needs to know what specific UART are available on each board,
so unfortunately any additional board needs its own overlay.

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2025-05-14 20:11:00 +01:00

13 lines
270 B
YAML

sample:
name: CDC ACM USB bridge
tests:
sample.usb.cdc-acm-bridge.arduino_serial:
tags: usb
build_only: true
depends_on: usbd arduino_serial
sample.usb.cdc-acm-bridge.two_devices:
tags: usb
build_only: true
platform_allow:
- rpi_pico