Merge branch 'feature/usb_midi_example' into 'master'

usb: Added MIDI example + fixed TinyUSB MIDI config

Closes IDFGH-6921

See merge request espressif/esp-idf!17753
This commit is contained in:
Adam Múdry
2022-07-01 15:03:42 +08:00
11 changed files with 303 additions and 26 deletions
+6
View File
@@ -125,6 +125,12 @@ xtensa:
allowed_licenses:
- Apache-2.0 #Files added to the xtensa component by us
- MIT #Cadence sources
tinyusb:
include:
- 'examples/peripherals/usb/device/tusb_midi/'
allowed_licenses:
- Apache-2.0
- MIT
# files matching this section do not perform the check
# file patterns starting with ! are negated, meaning files matching them won't match the section.