hathach / tinyusb

An open source cross-platform USB stack for embedded system
https://www.tinyusb.org
MIT License
4.67k stars 998 forks source link

Support ESP32-S3 USB Host #2634

Open marchingband opened 1 month ago

marchingband commented 1 month ago

Related area

I would like to have tinyUSB support USB Host on ESP32-S3

Hardware specification

ESP32-S3

Is your feature request related to a problem?

I have USB MIDI Host working under esp-idf, but I need to port my project to Arduino, and TinyUSB does not yet support ESP32-S3 host.

Describe the solution you'd like

Add host support, and ideally a MIDI example :)

I have checked existing issues, dicussion and documentation

shufps commented 7 hours ago

Would like to have the same, I hope to get USB CDC ACM (virtual com port) devices running on a ESP32 as USB Host.

Preferably with Micropython, since Micropython uses tinyusb, I thought would be a good idea to look here if Host actually is supported :face_with_peeking_eye: