-
-
Notifications
You must be signed in to change notification settings - Fork 410
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
Avoid recompiling when uploading multiple times without making changes #1789
Comments
Hi @raffaeler. Thanks for taking the time to submit an issue. I see we have another report about this at arduino/arduino-cli#2015. It is best to have only a single issue per subject so we can consolidate all relevant discussion to one place, so I'll go ahead and close this in favor of the other. If you end up with additional information to share, feel free to comment in the other thread. |
Sorry for that. I really looked for the update keyword in the issues, but I didn't see that in the first 8-10 issue pages. |
i opened an issue for this a while ago. issue is still open: |
No worries @raffaeler. Thanks for taking the time to look for existing issues. The reason you didn't see it is because it is in a different repository. The codebase hosted here in the In order to effectively manage the the development work, we must track the bug reports and feature requests in the repository that contains the relevant codebase. This can sometimes make it difficult for users without the understanding of the low level project architecture to find issues. |
@per1234 got it. Maybe you can make it clearer in the template issue. |
This is an excellent suggestion! In order to avoid excessive verbosity in the issue template itself (there are additional related projects such as |
Describe the problem
When I successfully compile and upload a sketch, a first board is successfully flashed.
If I change the board and press the upload button, the IDE recompiles everything before starting the new upload.
This new recompilation is NOT needed as no changes were made to the source files.
To reproduce
Now you see the compilation starting again for the entire sketch.
Note: this behavior can be seen on the boards expecting a manual push button "boot" is pressed. If I skip pressing the button and the upload correctly fails, the next upload trigger the recompilation instead of starting a new upload.
Expected behavior
If no changes were made to the sketch, I expect the compilation step is skipped and the upload starting immediately.
Arduino IDE version
2.0.3
Operating system
Windows
Operating system version
10 Pro
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: