-
-
Notifications
You must be signed in to change notification settings - Fork 16
USB fixes #96
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
base: arduino
Are you sure you want to change the base?
USB fixes #96
Conversation
Quick update: I checked out this PR:
I then turned on C33, double clicked, burned bootloader, double clicked and then upload. I was then able to However, there may be a problem with the other boards. That is the upload appeared to hang, waiting for me to Although with this one giga I still then have to go to monitor window and type sketch. As mentioned before this On Portenta H7, It also appeared to hang. A couple minutes later I double clicked. and
I double clicked again, then did another download this one went through. But if I try to download again without double clicking, I get different error at the Erase phase 0 bytes:
Note I am running this on my Ubuntu 24.04 machine. |
There's a peculiarity in IDE 2, it caches the recipes of |
EDIT2: Retried H7, with only that window, same issue:
|
ddc3b53
to
b7eb974
Compare
3191628
to
a036f31
Compare
Fixes 1200bps touch on USB NEXT and optimizes the upload procedure (no wait_for_serial, replaced by
-w
indfu-util
on supported boards)