arduino-libraries / MIDIUSB

A MIDI library over USB, based on PluggableUSB
GNU Lesser General Public License v2.1
469 stars 90 forks source link

Add support for ESP32-S2 & ESP32-S3 boards #95

Open Hans0lo opened 1 year ago

Hans0lo commented 1 year ago

These two Espressif chips offer native USB support. But when attempting to use this library, the following error is shown:

WARNING: library MIDIUSB claims to run on avr, sam, samd architecture(s) and may be incompatible with your current board which runs on esp32 architecture(s).

any chance there will be support for these boards?

Additional context

Additional requests

rigr commented 1 year ago

BPI-Leaf-S3 for example should support USB MIDI but is not yet supported by this library. Would be great!

ghost commented 6 months ago

Any news about this topic?