@@ -101,6 +101,26 @@ bt.build.core=arduino
101
101
102
102
##############################################################
103
103
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
+
104
124
lilypad328.name=LilyPad Arduino w/ ATmega328
105
125
106
126
lilypad328.upload.protocol=stk500
@@ -179,27 +199,6 @@ pro.build.mcu=atmega168
179
199
pro.build.f_cpu=8000000L
180
200
pro.build.core=arduino
181
201
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
-
203
202
##############################################################
204
203
205
204
atmega168.name=Arduino NG or older w/ ATmega168
0 commit comments