dritcey / optiboot

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

Consider making the default _isp targets use ArduinoISP #63

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Currently, the "compile and burn" targets in the optiboot makefile assume some 
sort of stk500v2 programmer on the "-P usb" port.  Consider having it use 
ArduinoISP parameters by default, instead.  Note that the makefile probably 
won't be able to figure out which "com" port has the Arduino, so that will need 
to be specified by the user.

Original issue reported on code.google.com by wes...@gmail.com on 17 Mar 2012 at 7:16

GoogleCodeExporter commented 8 years ago
"skeleton" for ArduinoISP added to Makefile in 
http://code.google.com/p/optiboot/source/detail?r=cc5e4843feec1476610c5978b71b5e
1023104d8d

Original comment by wes...@gmail.com on 4 Apr 2012 at 2:13

GoogleCodeExporter commented 8 years ago
Mark as "started"

Original comment by wes...@gmail.com on 4 Apr 2012 at 2:18

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Fixed as part of the Makefile restructure.
http://code.google.com/p/optiboot/source/detail?r=10fc00cb5232490b5acc9414d0212f
e013343872
There is now Makefile.isp, which makes isp changes much easier.

Original comment by wes...@gmail.com on 11 Mar 2013 at 9:25