File tree 1 file changed +29
-0
lines changed
1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change @@ -210,6 +210,35 @@ mega.build.variant=mega
210
210
211
211
##############################################################
212
212
213
+ megaADK.name=Arduino Mega ADK
214
+
215
+ megaADK.vid.0=0x2341
216
+ megaADK.pid.0=0x003f
217
+ megaADK.vid.1=0x2341
218
+ megaADK.pid.1=0x0044
219
+
220
+ megaADK.upload.tool=avrdude
221
+ megaADK.upload.protocol=wiring
222
+ megaADK.upload.maximum_size=258048
223
+ megaADK.upload.maximum_data_size=8192
224
+ megaADK.upload.speed=115200
225
+
226
+ megaADK.bootloader.tool=avrdude
227
+ megaADK.bootloader.low_fuses=0xFF
228
+ megaADK.bootloader.high_fuses=0xD8
229
+ megaADK.bootloader.extended_fuses=0xFD
230
+ megaADK.bootloader.file=stk500v2/stk500boot_v2_mega2560.hex
231
+ megaADK.bootloader.unlock_bits=0x3F
232
+ megaADK.bootloader.lock_bits=0x0F
233
+
234
+ megaADK.build.mcu=atmega2560
235
+ megaADK.build.f_cpu=16000000L
236
+ megaADK.build.board=AVR_ADK
237
+ megaADK.build.core=arduino
238
+ megaADK.build.variant=mega
239
+
240
+ ##############################################################
241
+
213
242
leonardo.name=Arduino Leonardo
214
243
leonardo.vid.0=0x2341
215
244
leonardo.pid.0=0x0036
You can’t perform that action at this time.
0 commit comments