hotscrubsboi / sanguino

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

Remove core from the distribution. #29

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I just looked at the "arduino" core included in the sanguino software download. 
The only difference from the regular Arduino core seemed to be the addition of 
a couple of ATmega644 checks in addition to those for the ATmega1284. It seems 
silly to have to include the whole core just to make those simple changes, so I 
added them to the main Arduino software: 
https://github.com/arduino/Arduino/commit/23c2a9618c769ca143ed5adfedfb9984a24b64
5c

Once Arduino 1.0.2, you might not need to include the core in the sanguino 
download.  Just change ".build.core=arduino" to ".build.core=arduino:arduino" 
in boards.txt.

Let me know if there are other fixes needed to the main Arduino software for 
better ATmega1284 or ATmega644 support.

Original issue reported on code.google.com by dmel...@gmail.com on 9 Oct 2012 at 6:55

GoogleCodeExporter commented 9 years ago
what I would like to do is make sanguino a 'variant' 
(http://ryanmsutton.com/2012/07/sanguino-for-arduino-1-0/).  I'll go though my 
notes on what core changes were needed, and new ones.  There are some PCINT 
stuff that is needed but that may be able to go in the pins file in the 
variant.  

Thanks fo the input!

Original comment by sutt...@gmail.com on 9 Oct 2012 at 7:05

GoogleCodeExporter commented 9 years ago

Original comment by sutt...@gmail.com on 9 Oct 2012 at 7:06

GoogleCodeExporter commented 9 years ago
Does anyone know the status of this viz a viz arduino 1.08? 

Original comment by nasuka...@gmail.com on 3 Mar 2013 at 2:17