-
Notifications
You must be signed in to change notification settings - Fork 74
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
hal/usb_hal.h missing in Arduino #157
Comments
Hi, |
Hi, |
Not in the near future, sorry. |
hi, i got the same error in that new library chegewara/esp32-usb-v2#12 |
Hi, has anyone solved this issue yet? I really need a solution. |
No, I always use the ESP32 lib in 2.0.17 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
For both ESP32S3 andESP32S2, on both MacOS and Windows, I am missing usb_hal.h
Boards are up to date with esp32 boards v. 3.0.1
This is the only library where I get this compilation error, but I have no idea whether it's a dependency on another library, or a file I'm supposed to find somewhere else.
/Arduino/libraries/ESP32TinyUSB/src/esptinyusb.cpp:3:10: fatal error: hal/usb_hal.h: No such file or directory
3 | #include "hal/usb_hal.h"
| ^~~~~~~~~~~~~~~
compilation terminated.
exit status 1
The text was updated successfully, but these errors were encountered: