summaryrefslogtreecommitdiff
path: root/examples/device/dynamic_configuration/src
AgeCommit message (Collapse)Author
2021-04-02rename midi write()/read() to stream_write() stream_read()hathach
also add deprecated for warning and rename hint
2021-04-02fix midi tx fifo overflow cause data corruptionhathach
rename
2021-02-19make midi example less ambigous for cable and channelhathach
2021-02-06CDC-like blocking behaviour for MIDIAlexander Golovanov
Also added a dummy readout for MIDI into examples
2021-01-24rp2040 dfu_rt dynamic_configuration compiledhathach
not tested, but should be OK
2020-07-21add note for MS OS 1.0 Descriptor at 0xEEhathach
2020-07-16rename CFG_TUD_MSC_BUFSIZE to CFG_TUD_MSC_EP_BUFSIZEhathach
rename CFG_TUD_HID_BUFSIZE to CFG_TUD_HID_EP_BUFSIZE
2020-06-15update example config and descriptor with better Highspeed supporthathach
2020-04-23complete the midi output for dynamic configurationhathach
2020-04-20start adding dynamic configuration examplehathach