diff options
author | Tom Igoe <t.igoe@arduino.cc> | 2010-03-28 15:45:59 +0000 |
---|---|---|
committer | Tom Igoe <t.igoe@arduino.cc> | 2010-03-28 15:45:59 +0000 |
commit | 3fb2071548cc00c556d64c83f93617e034990599 (patch) | |
tree | 9f16c93f4621a6893ba0e3a775ea264526dfbe93 /boards.txt | |
parent | 2be9101d3419ccabad17a364c1f1a50ce98fd64c (diff) |
Added Fio to boards.txt, now that it's part of the lineup.
Diffstat (limited to 'boards.txt')
-rw-r--r-- | boards.txt | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -181,6 +181,27 @@ 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 atmega168.upload.protocol=stk500 |