Replies: 1 comment 4 replies
-
For composite devices, it is recommended to create your own device based on TinyUSB. You can refer to this example, which packages all the files for a UAC device into a single folder. This allows you to easily integrate UAC functionality into your own composite device. We also have a document to assist you in developing your own device based on TinyUSB. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently utilizing the
usb_device_uac
component as a speaker / microphone device. I'm wondering if there is a straightforward way to also classify my device as an HID, CDC, MSC, etc. I see that espressif offers the esp_tinyusb component for support on these devices (excluding audio), so I'm wondering if anyone has experience on utilizing these components for multiple device support. Are there limitations that require me to utilize the tinyusb component directly?Thanks for your help.
Beta Was this translation helpful? Give feedback.
All reactions