Espressif ESP32S3: Can't find hal/usb_hal.h #393
Unanswered
gotfredsen
asked this question in
Q&A
Replies: 1 comment
-
the current code use IDF v5.1.1 as mentioned in the same doc. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
When I try to make a board this way: https://github.com/adafruit/tinyuf2/tree/master/ports/espressif#build
make BOARD=adafruit_feather_esp32s3 all
I get the below error:
I have tried various IDF 5.0.6, 5.1.4., 5.2.2 (stable), and 5.3 (beta 2), but more or less the same problem. I feel I am missing a crucial installation... btw:
python tools/get_deps.py espressif
doesn't install anything.Beta Was this translation helpful? Give feedback.
All reactions