Replies: 1 comment 1 reply
-
@maaamcube Regrettably, the ESP IDF host library does not currently support external Hubs. If you are interested in staying informed about the progress of this development, please subscribe to this esp-idf issue espressif/esp-idf#12554. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am working on the ESP32-S3 boards to enable connection of my STM32 boards in device mode (3 boards) interconnected with hubs via USB (vendor specific) to establish a WiFi communication with PC software.
I tested with an example from the ESP IDF host library to connect these boards, and only the first hub is recognized, but I see on the GitHub of TinyUSB that support for multiple devices through a hub is available. So, my question is: where can I find the code that does this, and how can I integrate it into the example of the ESP IDF?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions