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>
13 lines
270 B
YAML
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
|