From 3460189d097869d3ac10589f18ad28bbde50bd6f Mon Sep 17 00:00:00 2001 From: "David A. Mellis" Date: Sat, 16 Aug 2008 01:56:41 +0000 Subject: 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. --- boards.txt | 42 +++++++++++++++++++++++++++++++++++++++++- 1 file changed, 41 insertions(+), 1 deletion(-) (limited to 'boards.txt') 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 -- cgit v1.2.3-18-g5258