snurce / optiboot

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

1284 support probably blinks wrong LED. #64

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The 1284 support currently blinks PORTB0, which is correct for Sanguino-pinout 
boards (Digital 0).  But there are a number of 1284 boards (Mighty, Bobuino, 
etc) that have different pinouts, and optiboot will end up blinking the wrong 
pin on those.

This is controlled in pin_defs.h

It's not clear whether it's "fixable" in any real sense.

Original issue reported on code.google.com by wes...@gmail.com on 2 Apr 2012 at 7:29

GoogleCodeExporter commented 8 years ago
(It should probably be possible to specify the LED port and bit as a 
compile-time option, rather than having it buried in pin_defs.h)

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

GoogleCodeExporter commented 8 years ago
Fixed as part of the Makefile restructure.
http://code.google.com/p/optiboot/source/detail?r=10fc00cb5232490b5acc9414d0212f
e013343872

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