Skip to content

Commit eaaefb4

Browse files
committed
Removing some Processing stuff that we don't need.
Moving the Arduino Fio up in the boards menu.
1 parent 3fb2071 commit eaaefb4

File tree

1 file changed

+20
-21
lines changed

1 file changed

+20
-21
lines changed

boards.txt

Lines changed: 20 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,26 @@ bt.build.core=arduino
101101

102102
##############################################################
103103

104+
fio.name=Arduino Fio
105+
106+
fio.upload.protocol=stk500
107+
fio.upload.maximum_size=30720
108+
fio.upload.speed=57600
109+
110+
fio.bootloader.low_fuses=0xFF
111+
fio.bootloader.high_fuses=0xDA
112+
fio.bootloader.extended_fuses=0x05
113+
fio.bootloader.path=arduino:atmega
114+
fio.bootloader.file=ATmegaBOOT_168_atmega328_pro_8MHz.hex
115+
fio.bootloader.unlock_bits=0x3F
116+
fio.bootloader.lock_bits=0x0F
117+
118+
fio.build.mcu=atmega328p
119+
fio.build.f_cpu=8000000L
120+
fio.build.core=arduino:arduino
121+
122+
##############################################################
123+
104124
lilypad328.name=LilyPad Arduino w/ ATmega328
105125

106126
lilypad328.upload.protocol=stk500
@@ -179,27 +199,6 @@ pro.build.mcu=atmega168
179199
pro.build.f_cpu=8000000L
180200
pro.build.core=arduino
181201

182-
##############################################################
183-
184-
fio.name=Arduino Fio
185-
186-
fio.upload.protocol=stk500
187-
fio.upload.maximum_size=30720
188-
fio.upload.speed=57600
189-
190-
fio.bootloader.low_fuses=0xFF
191-
fio.bootloader.high_fuses=0xDA
192-
fio.bootloader.extended_fuses=0x05
193-
fio.bootloader.path=arduino:atmega
194-
fio.bootloader.file=ATmegaBOOT_168_atmega328_pro_8MHz.hex
195-
fio.bootloader.unlock_bits=0x3F
196-
fio.bootloader.lock_bits=0x0F
197-
198-
fio.build.mcu=atmega328p
199-
fio.build.f_cpu=8000000L
200-
fio.build.core=arduino:arduino
201-
202-
203202
##############################################################
204203

205204
atmega168.name=Arduino NG or older w/ ATmega168

0 commit comments

Comments
 (0)