-
Notifications
You must be signed in to change notification settings - Fork 35
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
Build failed(tinyusb error) (EUB-75) #27
Comments
Also i see in output |
Hi @wirwolf. ESP32-C3 is not supported. Please see #17 for more information. The main README states that only ESP32-S2 and ESP32-S3 are supported. As for the build issue, I think it is a local issue. I recommend to check that
You can see in the repository that we don't have tinyusb in the components directory. Instead it is placed during the build into the managed_components directory by the component manager. Have you modified the project? |
@dobairoland Yes, I tried to add tinyusb, becase if I reset the code to the master branch and run
I can try changing version to ^0.15.0~5 or ^0.16.0 but nothing changes PS. i change the target on ESP32-S3 but this ho have effect |
Hi @wirwolf. I just did upgrade my local copy to the latest master version and ESP-IDF latest master (to match your ESP-IDF). I run This is my dependencies.lock where you can see that tinyusb version 0.15.0~10 was picked up and downloaded into the
Is it possible that you did some other modifications to this project or your ESP-IDF? You can check these by I'm closing this because it is not possible to reproduce on our end. If this would be a general issue then I assume we would have received more reports. |
Checklist
How often does this bug occurs?
always
Expected behavior
Code compiling without error
Actual behavior (suspected bug)
Code not compiled and idf.py menuconfig not work
Error logs or terminal output
git clone ...
idf.py set-target esp32c3
idf.py menuconfig
The text was updated successfully, but these errors were encountered: