esp32-usb-v2 icon indicating copy to clipboard operation
esp32-usb-v2 copied to clipboard

ESP32S2/S3 native USB library. Implemented few common classes, like MIDI, CDC, HID or DFU (update).

Results 7 esp32-usb-v2 issues
Sort by recently updated
recently updated
newest added

Hello, I am quite fascinated by your library for mass storage devices based on SDMMC. The only issue I have is that I have no clue how to make it...

Hi, I wanted to try the USB MSC Ramdisk, so in order to make your library work as a Arduino library I created this library.properties file: ``` name=ESP32 USB V2...

Hi, I'm trying to prototype with Arduino, but I can't compile the sample sketches because of the error: `no headers files (.h) found`. In fact there are no header files....

Hi, Saw "esp-idf examples are in separate repository, because leaving them here could lead to recursive submodules loop. https://github.com/chegewara/usb-v2-esp-idf-examples" And those are missing. Seeking a way to receive MIDI clock...

![image](https://github.com/chegewara/esp32-usb-v2/assets/67878277/a27ce857-2822-4858-9db6-623fe593175e) Text form: ``` In file included from c:\Users\tubey\OneDrive\Documents\Arduino\libraries\esp32-usb-v2-master\src/usb_keyboard.hpp:3, from C:\Users\tubey\AppData\Local\Temp\.arduinoIDE-unsaved202364-14888-k6ptyg.sgj5l\keyboard\keyboard.ino:3: c:\Users\tubey\OneDrive\Documents\Arduino\libraries\esp32-usb-v2-master\src/usb_hid.hpp:86:102: error: 'void tud_hid_report_complete_cb(uint8_t, const uint8_t*, uint8_t)' should have been declared inside '::' friend void ::tud_hid_report_complete_cb(uint8_t instance, uint8_t const*...

Is it possible to extend the mouse library to absolute mouse movement using an extended descriptor? Thanks

Hello, Fantastic. I normally program on Windows, and have not had an issue yet with your library. However, i recently setup `CI` for a new project/client - using this lib...