-
Hi It's detected as a USB device in the device manager but it can't be enabled (the same code works fine using the default vendor descriptor). Am I missing something or isn't this possible with tinyusb? That's what I came up with as descriptor (it contains in and out endpoints even if I only need out since it didn't load at all without the in endpoint):
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You need to write your own driver for your special need, here is how rpi team add their raspberrypi/pico-sdk#197 . Also ISO transfer is not fully support as well. |
Beta Was this translation helpful? Give feedback.
You need to write your own driver for your special need, here is how rpi team add their raspberrypi/pico-sdk#197 . Also ISO transfer is not fully support as well.