zephyr/samples/subsys/usb/midi/sample.yaml
Titouan Christophe 9be79bc145 samples: subsys: usb: midi: add new sample
Add a sample application that demonstrates how to use the new USB-MIDI 2.0
device class. This shows how to set up the device tree, how to exchange
MIDI data with the host, and how to use the data accessors provided by
the new API.

Signed-off-by: Titouan Christophe <moiandme@gmail.com>
2025-01-31 19:50:26 +01:00

12 lines
236 B
YAML

sample:
name: USB MIDI 2.0 device class sample
tests:
sample.usb_device_next.midi:
depends_on: usbd
tags: usb
harness: console
harness_config:
type: one_line
regex:
- "USB device support enabled"