diff options
author | Kristian Sloth Lauszus <lauszus@gmail.com> | 2013-10-03 20:32:28 +0200 |
---|---|---|
committer | Kristian Sloth Lauszus <lauszus@gmail.com> | 2013-10-03 20:32:28 +0200 |
commit | df7828d082fa7925be5de4c0d6828c61b7905575 (patch) | |
tree | cddd7741536db9fdb5e4aa2fab6aa00636e6135e /boards.txt | |
parent | d7ed6ec3617460b5d6677581ddcc948467446f63 (diff) |
Split Arduino ADK into separate board
Diffstat (limited to 'boards.txt')
-rw-r--r-- | boards.txt | 29 |
1 files changed, 29 insertions, 0 deletions
@@ -210,6 +210,35 @@ mega.build.variant=mega ############################################################## +megaADK.name=Arduino Mega ADK + +megaADK.vid.0=0x2341 +megaADK.pid.0=0x003f +megaADK.vid.1=0x2341 +megaADK.pid.1=0x0044 + +megaADK.upload.tool=avrdude +megaADK.upload.protocol=wiring +megaADK.upload.maximum_size=258048 +megaADK.upload.maximum_data_size=8192 +megaADK.upload.speed=115200 + +megaADK.bootloader.tool=avrdude +megaADK.bootloader.low_fuses=0xFF +megaADK.bootloader.high_fuses=0xD8 +megaADK.bootloader.extended_fuses=0xFD +megaADK.bootloader.file=stk500v2/stk500boot_v2_mega2560.hex +megaADK.bootloader.unlock_bits=0x3F +megaADK.bootloader.lock_bits=0x0F + +megaADK.build.mcu=atmega2560 +megaADK.build.f_cpu=16000000L +megaADK.build.board=AVR_ADK +megaADK.build.core=arduino +megaADK.build.variant=mega + +############################################################## + leonardo.name=Arduino Leonardo leonardo.vid.0=0x2341 leonardo.pid.0=0x0036 |