From 3fb2071548cc00c556d64c83f93617e034990599 Mon Sep 17 00:00:00 2001 From: Tom Igoe Date: Sun, 28 Mar 2010 15:45:59 +0000 Subject: Added Fio to boards.txt, now that it's part of the lineup. --- boards.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'boards.txt') diff --git a/boards.txt b/boards.txt index 4ae4ac9..171091d 100644 --- a/boards.txt +++ b/boards.txt @@ -179,6 +179,27 @@ pro.build.mcu=atmega168 pro.build.f_cpu=8000000L pro.build.core=arduino +############################################################## + +fio.name=Arduino Fio + +fio.upload.protocol=stk500 +fio.upload.maximum_size=30720 +fio.upload.speed=57600 + +fio.bootloader.low_fuses=0xFF +fio.bootloader.high_fuses=0xDA +fio.bootloader.extended_fuses=0x05 +fio.bootloader.path=arduino:atmega +fio.bootloader.file=ATmegaBOOT_168_atmega328_pro_8MHz.hex +fio.bootloader.unlock_bits=0x3F +fio.bootloader.lock_bits=0x0F + +fio.build.mcu=atmega328p +fio.build.f_cpu=8000000L +fio.build.core=arduino:arduino + + ############################################################## atmega168.name=Arduino NG or older w/ ATmega168 -- cgit v1.2.3-18-g5258