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

USB HAL issue #87

Open steeley opened 2 years ago

steeley commented 2 years ago

Compiling MIDI example for DOIT ESP32 devkit1 just produces this error: Documents/Arduino/libraries/EspTinyUSB/src/esptinyusb.cpp:2:25: fatal error: hal/usb_hal.h: No such file or directory

chegewara commented 2 years ago

This is expected. Only S2 and S3 can use this library.