snurce / optiboot

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

ATmega644p (Sanguino) support doesn't work #61

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The ATmega644p (Sanguino) support is present, but not quite working:

An avr-libc bug https://savannah.nongnu.org/bugs/?26188 causes the wrong 
signature value (that of the non-p atmega644) to be used, but the 
arduino/sanguino core does not support the non-p version in pins_arduino.c

the efuse value for 644 in the makefile is incorrect.

Original issue reported on code.google.com by wes...@gmail.com on 10 Mar 2012 at 8:41

GoogleCodeExporter commented 8 years ago
Fixed and somewhat tested.
http://code.google.com/p/optiboot/source/detail?r=5ffc42423cf3b4e7dcfa87714889e7
df024aae42

Original comment by wes...@gmail.com on 14 Mar 2012 at 12:17