hthang1988 / arduino

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

Dump .hex file to sketch folder #261

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Why not have a copy of the .hex file placed into the sketch folder upon
compilation/upload?

I don't know how many others do this, but occasionally I use AVR Studio to
upload using a programmer, and it's quite annoying to have to find that one
strangely named folder deep in your temp directories that holds the .hex file. 

Shouldn't cause any issues, right?

Original issue reported on code.google.com by rus.tech...@gmail.com on 20 May 2010 at 4:24

GoogleCodeExporter commented 9 years ago
I know it's annoying to have to go digging around for the .hex file.  My 
preferred fix is the one in issue 493: creating an explicit option to export a 
.hex file (rather than doing it automatically every time).  Also, in Arduino 
1.0, upload using a programmer will be built right into the IDE, which should 
minimize the number of times you actually need access to the .hex file.

Original comment by dmel...@gmail.com on 15 Aug 2011 at 8:37