itsanjan / arduino

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

Add back ability to save hex file in project directory #641

Closed GoogleCodeExporter closed 8 years ago

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

Add an option to save compiled hex file to project directory.

Why?

For situations where the Arduino IDE is used to compile the code, but some 
other means is used to get the compiled code to an AVR core. In my case, remote 
flashing over Ethernet. It's time consuming nad annoying to hunt down the hex 
file in temp folders. This has also been requested by many in the forum: 
http://arduino.cc/forum/index.php/topic,57121.msg416548.html#msg416548

Would this cause any incompatibilities with previous versions?  If so, how
can these be mitigated?

From what I understand, the move of pushing the hex file to temp files was 
cross-platform compatibility. I'm not asking to stop this, just add a 
configuration option to also save a copy to the project directory. That 
shouldn't break anything, right?

Original issue reported on code.google.com by madsci1...@gmail.com on 13 Sep 2011 at 9:40

GoogleCodeExporter commented 8 years ago
NVM, duplicate of http://code.google.com/p/arduino/issues/detail?id=493

Original comment by madsci1...@gmail.com on 13 Sep 2011 at 10:12

GoogleCodeExporter commented 8 years ago

Original comment by dmel...@gmail.com on 13 Sep 2011 at 11:48