Skip to content

Implement Do-Not-Verify-After-Upload preference for Serial Uploads #4873

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

Merged
merged 1 commit into from
Apr 28, 2016

Conversation

gh-megabit
Copy link
Contributor

This change picks up the existing upload.verify preference from the preferences dialog/preferences.txt and allows you to use this with your USB/Serial upload tool of choice. Configuration is already added for avrdude. This option stopped working somewhere around the update to 1.5.

It uses PreferencesMap.get to avoid an exception if the config is not found in platforms.txt - this should avoid problems with other cores and allow backwards compatibility.

The SAM and SAMD cores can be updated later if required. They won't benefit much from the change as the upload speed is so much better.

@gh-megabit
Copy link
Contributor Author

This resolves #1344

@cmaglie cmaglie merged commit 4b64ef7 into arduino:master Apr 28, 2016
@cmaglie cmaglie added this to the Release 1.6.9 milestone Apr 28, 2016
@cmaglie
Copy link
Member

cmaglie commented Apr 28, 2016

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants