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>
12 lines
236 B
YAML
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"
|