-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
I tried for ESP32-S2 in linux and got this error. Any clue what is this usb_hal and how to include this?
src/esp32-usb-v2/src/common/usb_device.cpp:3:10: fatal error: hal/usb_hal.h: No such file or directory
3 | #include "hal/usb_hal.h"
| ^~~~~~~~~~~~~~~
compilation terminated.
Used library Version Path
Wire 2.0.0 /home/user/.arduino15/packages/esp32/hardware/esp32/3.0.0/libraries/Wire
Used platform Version Path
esp32:esp32 3.0.0 /home/user/.arduino15/packages/esp32/hardware/esp32/3.0.0
Error during build: exit status 1
make: *** [Makefile:23: compile] Error 1
i also tried the EspTinyUSB library and got the same usb_hal error like that.
#chegewara/EspTinyUSB#157
the commit when that file was deleted
#espressif/esp-idf@e63bfb2
Metadata
Metadata
Assignees
Labels
No labels