chegewara / esp32-usb-v2

ESP32S2/S3 native USB library. Implemented few common classes, like MIDI, CDC, HID or DFU (update).
116 stars 13 forks source link

Arduino #10

Open gotfredsen opened 9 months ago

gotfredsen commented 9 months ago

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
version=2.0.0
author= chegewara
maintainer=chegewara
sentence=USB Devices
paragraph=USB Devices
category=Communication
url=https://github.com/chegewara/esp32-usb-v2
architectures=*
includes=src/*.hpp, src/*.h

It works until: .../Documents/Arduino/libraries/esp32-usb-v2-master/src/private/usb_device.hpp:6:10: fatal error: common/tusb_common.h: No such file or directory Any guidelines for how to use this with Arduino?

chegewara commented 9 months ago

try to remove this line. its from library v1 and probably is not needed in v2

currently i am not working on usb libraries (or any other esp32 libraries, sorry)