aboutsummaryrefslogtreecommitdiff
path: root/boards.txt
diff options
context:
space:
mode:
authorDavid A. Mellis <d.mellis@arduino.cc>2008-08-16 01:56:41 +0000
committerDavid A. Mellis <d.mellis@arduino.cc>2008-08-16 01:56:41 +0000
commit3460189d097869d3ac10589f18ad28bbde50bd6f (patch)
tree8d84fda64dc056c0e08bba3b963cec1a4c154082 /boards.txt
parenteac2983285b4bc40250771fb5141aa63c76a9a90 (diff)
Adding Nano and Pro (8 MHz) to boards.txt file; updating Makefile for atmega168 bootloader based on Nathan's changes to allow for customizing of more parameters per-board; including Pro 8 MHz .hex compiled bootloader file; not updating the Diecimila or NG .hex files.
Diffstat (limited to 'boards.txt')
-rw-r--r--boards.txt42
1 files changed, 41 insertions, 1 deletions
diff --git a/boards.txt b/boards.txt
index 8fcf066..25b0ae5 100644
--- a/boards.txt
+++ b/boards.txt
@@ -100,6 +100,26 @@ diecimila.build.core=arduino
##############################################################
+nano.name=Arduino Nano
+
+nano.upload.protocol=stk500
+nano.upload.maximum_size=14336
+nano.upload.speed=19200
+
+nano.bootloader.low_fuses=0xff
+nano.bootloader.high_fuses=0xdd
+nano.bootloader.extended_fuses=0x00
+nano.bootloader.path=atmega168
+nano.bootloader.file=ATmegaBOOT_168_diecimila.hex
+nano.bootloader.unlock_bits=0x3F
+nano.bootloader.lock_bits=0x0F
+
+nano.build.mcu=atmega168
+nano.build.f_cpu=16000000L
+nano.build.core=arduino
+
+##############################################################
+
lilypad.name=LilyPad Arduino
lilypad.upload.protocol=stk500
@@ -116,4 +136,24 @@ lilypad.bootloader.lock_bits=0x0F
lilypad.build.mcu=atmega168
lilypad.build.f_cpu=8000000L
-lilypad.build.core=arduino \ No newline at end of file
+lilypad.build.core=arduino
+
+##############################################################
+
+pro.name=Arduino Pro (8 MHz)
+
+pro.upload.protocol=stk500
+pro.upload.maximum_size=14336
+pro.upload.speed=19200
+
+pro.bootloader.low_fuses=0xc6
+pro.bootloader.high_fuses=0xdd
+pro.bootloader.extended_fuses=0x00
+pro.bootloader.path=atmega168
+pro.bootloader.file=ATmegaBOOT_168_pro_8MHz.hex
+pro.bootloader.unlock_bits=0x3F
+pro.bootloader.lock_bits=0x0F
+
+pro.build.mcu=atmega168
+pro.build.f_cpu=8000000L
+pro.build.core=arduino