Skip to content

Commit

Permalink
Reference the standard Arduino core
Browse files Browse the repository at this point in the history
This will drop support for anything below Arduino 1.0.1, but you should not use that anyway
  • Loading branch information
Lauszus committed Dec 30, 2013
1 parent bd018cb commit 7f6782d
Show file tree
Hide file tree
Showing 43 changed files with 6 additions and 8,137 deletions.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -13,7 +13,6 @@ Now move the Sanguino directory inside that folder. The structure would look lik
* Sanguino/
* avr/
* bootloaders/
* cores/
* variants/
* README.md
* boards.txt
Expand Down
12 changes: 6 additions & 6 deletions boards.txt
Expand Up @@ -19,7 +19,7 @@ atmega644.bootloader.lock_bits=0x0F
atmega644.build.mcu=atmega644
atmega644.build.f_cpu=16000000L
atmega644.build.board=AVR_SANGUINO
atmega644.build.core=sanguino
atmega644.build.core=arduino:arduino
atmega644.build.variant=sanguino

############################################################
Expand All @@ -43,7 +43,7 @@ atmega644_8m.bootloader.lock_bits=0x0F
atmega644_8m.build.mcu=atmega644
atmega644_8m.build.f_cpu=8000000L
atmega644_8m.build.board=AVR_SANGUINO
atmega644_8m.build.core=sanguino
atmega644_8m.build.core=arduino:arduino
atmega644_8m.build.variant=sanguino

##############################################################
Expand All @@ -67,7 +67,7 @@ atmega644p.bootloader.lock_bits=0x0F
atmega644p.build.mcu=atmega644p
atmega644p.build.f_cpu=16000000L
atmega644p.build.board=AVR_SANGUINO
atmega644p.build.core=sanguino
atmega644p.build.core=arduino:arduino
atmega644p.build.variant=sanguino

##############################################################
Expand All @@ -91,7 +91,7 @@ atmega644p_8m.bootloader.lock_bits=0x0F
atmega644p_8m.build.mcu=atmega644p
atmega644p_8m.build.f_cpu=8000000L
atmega644p_8m.build.board=AVR_SANGUINO
atmega644p_8m.build.core=sanguino
atmega644p_8m.build.core=arduino:arduino
atmega644p_8m.build.variant=sanguino

##############################################################
Expand All @@ -115,7 +115,7 @@ atmega1284p.bootloader.lock_bits=0x0F
atmega1284p.build.mcu=atmega1284p
atmega1284p.build.f_cpu=16000000L
atmega1284p.build.board=AVR_SANGUINO
atmega1284p.build.core=sanguino
atmega1284p.build.core=arduino:arduino
atmega1284p.build.variant=sanguino

############################################################
Expand All @@ -139,7 +139,7 @@ atmega1284p_8m.bootloader.lock_bits=0x0F
atmega1284p_8m.build.mcu=atmega1284p
atmega1284p_8m.build.f_cpu=8000000L
atmega1284p_8m.build.board=AVR_SANGUINO
atmega1284p_8m.build.core=sanguino
atmega1284p_8m.build.core=arduino:arduino
atmega1284p_8m.build.variant=sanguino

############################################################
217 changes: 0 additions & 217 deletions cores/sanguino/Arduino.h

This file was deleted.

0 comments on commit 7f6782d

Please sign in to comment.