summaryrefslogtreecommitdiff
path: root/shared-module/usb_midi/PortIn.c
AgeCommit message (Collapse)Author
2021-04-02update tinyusb to fix midi buffer overflow issuehathach
2019-02-06Remove usb_midi.PortIn and PortOut constructors.Craig Forbes
2019-01-09Add USB MIDI support for SAMD and nRF.Scott Shawcroft
The API should be identical to using a UART for MIDI. Fixes #672