Skip to content

Commit f6a0c45

Browse files
committed
Split Arduino ADK into separate board
1 parent d1d561d commit f6a0c45

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

hardware/arduino/avr/boards.txt

+29
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,35 @@ mega.build.variant=mega
210210

211211
##############################################################
212212

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+
213242
leonardo.name=Arduino Leonardo
214243
leonardo.vid.0=0x2341
215244
leonardo.pid.0=0x0036

0 commit comments

Comments
 (0)