discostuboogaloo / optiboot

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

rename "mega" target to "mega1280"; mega2560 NOT supported. #62

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The "mega" that is supported (or almost supported) by optiboot is the 
atmega1280, rather than the atmega2560 currently populated the the "Arduino 
MEGA" board.

It is not possible for optiboot to support the mega2560, because the stk500 
protocol used does not allow for more than 128k of flash address space (AFAIK), 
so the Makefiles and documentation should be changed to clarify that only the 
m1280 is supported.

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

GoogleCodeExporter commented 8 years ago
Makefile fix: 
http://code.google.com/p/optiboot/source/detail?r=cc5e4843feec1476610c5978b71b5e
1023104d8d
New target name is "mega1280"

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