snurce / optiboot

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

optiboot boards.txt should point to the arduino core in the arduino software distribution. #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
No need to include a copy in the optiboot download.  Just change: 
"atmega328o.build.core=arduino" to: "atmega328o.build.core=arduino:arduino" in 
boards.txt.  The part before the colon is the target / platform, the part after 
is the core within that target / platform.  This is documented here: 
http://code.google.com/p/arduino/wiki/Platforms

Original issue reported on code.google.com by dmel...@gmail.com on 13 Sep 2010 at 2:53

GoogleCodeExporter commented 8 years ago

Original comment by cathed...@gmail.com on 14 Sep 2010 at 5:22

GoogleCodeExporter commented 8 years ago
The Optiboot core is not compatible with the new SPI & Ethernet library in 
V019, this fixes that issue.

Original comment by jgcrouch...@gmail.com on 21 Sep 2010 at 4:42

GoogleCodeExporter commented 8 years ago
This change seems to have been made in the source before cathedrow disappeared.
Probably the (long obsolete now) copy of the cores included in optiboot should 
be entirely deleted as well.

Original comment by wes...@gmail.com on 30 Oct 2011 at 7:50

GoogleCodeExporter commented 8 years ago

Original comment by wes...@gmail.com on 5 Jan 2013 at 5:39