diff options
| author | rppicomidi <[email protected]> | 2022-08-12 11:06:36 -0700 |
|---|---|---|
| committer | atoktoto <[email protected]> | 2022-11-13 14:29:16 +0100 |
| commit | 2ddd74fada9b2f272923fce9c3b1926a6e9f5c80 (patch) | |
| tree | 6ec5003dd9a756e0ab7624daf122b4ac30872474 /hw | |
| parent | e434a1dc0584e841da1ae4ff525bbe81a0f5514b (diff) | |
Add MIDI host support to tinyusb
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/bsp/rp2040/family.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/bsp/rp2040/family.cmake b/hw/bsp/rp2040/family.cmake index 5dba9dc39..964855c05 100644 --- a/hw/bsp/rp2040/family.cmake +++ b/hw/bsp/rp2040/family.cmake @@ -93,6 +93,7 @@ if (NOT TARGET _rp2040_family_inclusion_marker) ${TOP}/src/class/cdc/cdc_host.c ${TOP}/src/class/hid/hid_host.c ${TOP}/src/class/msc/msc_host.c + ${TOP}/src/class/midi/midi_host.c ${TOP}/src/class/vendor/vendor_host.c ) |
