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>
10 lines
367 B
Plaintext
10 lines
367 B
Plaintext
# Copyright (c) 2024 Titouan Christophe
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
# Source common USB sample options used to initialize new experimental USB
|
|
# device stack. The scope of these options is limited to USB samples in project
|
|
# tree, you cannot use them in your own application.
|
|
source "samples/subsys/usb/common/Kconfig.sample_usbd"
|
|
|
|
source "Kconfig.zephyr"
|