-
Hello, I am trying to implement MIDI over USB in my product using TinyUSB. The "Getting Started" instructions say to "implement all tud_descriptor_ callbacks..." But how do I know which callbacks to implement exactly? usbd.c contains the "process_get_descriptor()" function which anticipates six possibilities: However, in tusb_types.h I find the following additional descriptor types: A few questions:
Please excuse my ignorance, I am really new to programming the USB stack and it all feels a bit overwhelming for now... Thanks for any help you can offer! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
have you tried to run any of the stock examples, if not start & get familiar from there https://github.com/hathach/tinyusb/tree/master/examples/device |
Beta Was this translation helpful? Give feedback.
have you tried to run any of the stock examples, if not start & get familiar from there https://github.com/hathach/tinyusb/tree/master/examples/device