You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a working ESP32 environment on Windows10x64 22H2. Following the instructions in the readme, I tried building the 4 channel example but it fails with R:/src/embedded/esp/tinyusb/hw/bsp/espressif/boards/family.c:35:10: fatal error: hal/usb_hal.h: No such file or directory.
There is indeed no hal directory, nor a usb_hal.h, anywhere in the tinyusb or espressif source trees.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello and thanks for a great resource.
I have a working ESP32 environment on Windows10x64 22H2. Following the instructions in the readme, I tried building the 4 channel example but it fails with
R:/src/embedded/esp/tinyusb/hw/bsp/espressif/boards/family.c:35:10: fatal error: hal/usb_hal.h: No such file or directory
.There is indeed no
hal
directory, nor ausb_hal.h
, anywhere in thetinyusb
orespressif
source trees.What have I missed?
Many thanks.
Full spew from configuration to compilation:
Beta Was this translation helpful? Give feedback.
All reactions