chegewara / EspTinyUSB

ESP32S2 native USB library. Implemented few common classes, like MIDI, CDC, HID or DFU (update).
MIT License
489 stars 70 forks source link

CDC ECM/RNDIS #40

Open hacklinshell opened 3 years ago

hacklinshell commented 3 years ago

can you support CDC ECM/RNDIS ?

chegewara commented 3 years ago

Temporary i dont plan to extend library with new classes. Adafruit is planning to release arduino library compatible with esp32 S2, maybe they will support it.

chegewara commented 3 years ago

Ive been looking at this possibility, but arduino-esp32 tinyusb is pre-build with this class disabled.