Boo0ns / arduino

Automatically exported from code.google.com/p/arduino
0 stars 0 forks source link

Don't re-compile on upload if sketch hasn't changed since last compilation. #511

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What change would like to see?

Loading to arduino split into 2 steps.
Step 1 would compile (a bit like the verify, but would save the resulting 
files) and step 2 would load to the chip. (if no verified compiled version of 
the sketch exist it would compile one and load it to the chip. But one exist it 
would not re-compile but load the existing verified one.)

Why?
When loading big sketches on multiple chips, it take a while to compile and the 
load to the chip. If there is no changes to the sketch....why re-compile it 
every time?

Another benefit is that users wanting to load sketches whit something else then 
the IDE would be able to easily create compile files to a permanent and known 
location.

Original issue reported on code.google.com by bapcc...@gmail.com on 23 Mar 2011 at 3:01

GoogleCodeExporter commented 9 years ago

Original comment by dmel...@gmail.com on 14 May 2011 at 4:44

GoogleCodeExporter commented 9 years ago
I think this is basically handled by the general changes to only recompile 
changed files.

Original comment by dmel...@gmail.com on 30 Dec 2011 at 10:50