@@ -102,7 +102,7 @@ nano.build.variant=eightanaloginputs
102
102
103
103
##############################################################
104
104
105
- mega2560.name=Arduino Mega 2560
105
+ mega2560.name=Arduino Mega 2560 or Mega ADK
106
106
107
107
mega2560.upload.protocol=stk500v2
108
108
mega2560.upload.maximum_size=258048
@@ -165,6 +165,27 @@ mini.build.variant=eightanaloginputs
165
165
166
166
##############################################################
167
167
168
+ ethernet.name=Arduino Ethernet
169
+
170
+ ethernet.upload.protocol=stk500
171
+ ethernet.upload.maximum_size=32256
172
+ ethernet.upload.speed=115200
173
+
174
+ ethernet.bootloader.low_fuses=0xff
175
+ ethernet.bootloader.high_fuses=0xde
176
+ ethernet.bootloader.extended_fuses=0x05
177
+ ethernet.bootloader.path=optiboot
178
+ ethernet.bootloader.file=optiboot_atmega328.hex
179
+ ethernet.bootloader.unlock_bits=0x3F
180
+ ethernet.bootloader.lock_bits=0x0F
181
+
182
+ ethernet.build.variant=standard
183
+ ethernet.build.mcu=atmega328p
184
+ ethernet.build.f_cpu=16000000L
185
+ ethernet.build.core=arduino
186
+
187
+ ##############################################################
188
+
168
189
fio.name=Arduino Fio
169
190
170
191
fio.upload.protocol=stk500
0 commit comments