Re: USB/IP on ESP32-S2
Posted: Sun Nov 16, 2025 7:23 am
esp-idf only supports certain classes of USB hosts.
Examples of USB supported by esp-idf can be found here.
https://github.com/espressif/esp-idf/tr ... s/usb/host
Converting CDC-ACM and HID to IP is easy.
Examples of USB supported by esp-idf can be found here.
https://github.com/espressif/esp-idf/tr ... s/usb/host
Converting CDC-ACM and HID to IP is easy.