aboutsummaryrefslogtreecommitdiff
path: root/boards.txt
diff options
context:
space:
mode:
authorKristian Sloth Lauszus <lauszus@gmail.com>2013-10-03 20:32:28 +0200
committerKristian Sloth Lauszus <lauszus@gmail.com>2013-10-03 20:32:28 +0200
commitdf7828d082fa7925be5de4c0d6828c61b7905575 (patch)
treecddd7741536db9fdb5e4aa2fab6aa00636e6135e /boards.txt
parentd7ed6ec3617460b5d6677581ddcc948467446f63 (diff)
Split Arduino ADK into separate board
Diffstat (limited to 'boards.txt')
-rw-r--r--boards.txt29
1 files changed, 29 insertions, 0 deletions
diff --git a/boards.txt b/boards.txt
index 2181292..7324849 100644
--- a/boards.txt
+++ b/boards.txt
@@ -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