chegewara / EspTinyUSB

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

Demonstrate successful compilation on arduino-esp32 master #37

Closed xtrinch closed 3 years ago

chegewara commented 3 years ago

Thanks for this PR, i will test it and merge.

chegewara commented 3 years ago

@xtrinch Can you create PR to platformio branch please?

xtrinch commented 3 years ago

Sure, can do, but that branch does not exist so I can't make a PR to that?

Also, I've updated it to include the files I've previously deleted and everything works fine except I wasn't able to figure out which of the new midi functions in master are equivalent to the old ones, so I've commented them out.

Also added a tiny section in the readme so it's clear what the additional steps are for platformio and arduino.

chegewara commented 3 years ago

I just created branch

xtrinch commented 3 years ago

Cool, thx, changed the base branch