-
Notifications
You must be signed in to change notification settings - Fork 7.6k
fix(board): Alfredo-NoU3 changed default upload mode from Hardware CDC and JTAG to USB-OTG #11403
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
Conversation
…C and JTAG to USB-OTG
👋 Hello SaintSampo, we appreciate your contribution to this project! 📘 Please review the project's Contributions Guide for key guidelines on code, documentation, testing, and more. 🖊️ Please also make sure you have read and signed the Contributor License Agreement for this project. Click to see more instructions ...
Review and merge process you can expect ...
|
Hi @SaintSampo, you added a new boards in last commit. |
This reverts commit 35ba26a.
Oops didn't mean to add that to this merge request. I thought pushing that commit would just update my fork. |
@SaintSampo The best you can do is to create a branch on your fork and commit changes to the branch. Then you can open a PR that will be coming from the branch. This way you can do multiple separate changes/PRs :) |
Hardware CDC and JTAG with the ESP32S3 sometimes gets into a state where the only way to upload code is to first put the MCU into BOOT mode: #11327
To fix this, and now that the tiny-USB implementation on ESP32-S3 is in decent shape, upload over USB-OTG is the way to go.