-
-
Notifications
You must be signed in to change notification settings - Fork 107
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
Fix the problem of unusable programming port for some Due boards #123
Open
zhengqi-wang
wants to merge
8
commits into
arduino:master
Choose a base branch
from
zhengqi-wang:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Commits on Jul 20, 2021
-
Fix the unusable programming port by making the erase time longer (250ms->500ms). According to the datasheet, the recommended erase time is greater than 220ms. In most cases the original program should be OK. However, in my case, the uploading is almost 90% fail rate (Device not found at comx port...). But I can manually press the erase button before the uploading, and it works well. After the proposed changes, the programming port works as expected and I no longer necessary to hit the erase button.
Configuration menu - View commit details
-
Copy full SHA for d6af1e4 - Browse repository at this point
Copy the full SHA d6af1e4View commit details -
Fix some mistakes and add some information to make it easier for future developments.
Configuration menu - View commit details
-
Copy full SHA for 759b7b7 - Browse repository at this point
Copy the full SHA 759b7b7View commit details -
Merge pull request #2 from zhengqi-wang/zhengqi-wang-patch-2
Update readme.txt
Configuration menu - View commit details
-
Copy full SHA for fbf1fe7 - Browse repository at this point
Copy the full SHA fbf1fe7View commit details -
Merge pull request #1 from zhengqi-wang/zhengqi-wang-patch-1
Update Arduino-usbserial.c
Configuration menu - View commit details
-
Copy full SHA for b50a2e9 - Browse repository at this point
Copy the full SHA b50a2e9View commit details -
fix the unusable programming port for some boards
make the erase time longer to fix the unusable programming port for some board
Configuration menu - View commit details
-
Copy full SHA for 288002f - Browse repository at this point
Copy the full SHA 288002fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 28d21e6 - Browse repository at this point
Copy the full SHA 28d21e6View commit details -
Fix the unusable programming port for some boards
Make the erase time longer to fix the unusable programming port for some Arduino Due boards.
Configuration menu - View commit details
-
Copy full SHA for 2259dde - Browse repository at this point
Copy the full SHA 2259ddeView commit details
Commits on Aug 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e8baa0b - Browse repository at this point
Copy the full SHA e8baa0bView commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.