aboutsummaryrefslogtreecommitdiff
path: root/boards.txt
diff options
context:
space:
mode:
authorCristian Maglie <c.maglie@arduino.cc>2015-04-17 17:55:44 +0200
committerCristian Maglie <c.maglie@arduino.cc>2015-05-06 15:55:56 +0200
commitbb40f4d1aff0c8e72c5808f67dec4911f902d3b2 (patch)
treea111198ced3672d6c4376563513b6dd7d6504d46 /boards.txt
parente78dba9b3467c5df3991d9bb9ef36a679d9aa957 (diff)
[gemma] Integration of Gemma board
Diffstat (limited to 'boards.txt')
-rw-r--r--boards.txt24
1 files changed, 24 insertions, 0 deletions
diff --git a/boards.txt b/boards.txt
index 9f1c5ab..ba21a28 100644
--- a/boards.txt
+++ b/boards.txt
@@ -791,3 +791,27 @@ robotMotor.build.core=arduino
robotMotor.build.variant=robot_motor
robotMotor.build.extra_flags={build.usb_flags}
+##############################################################
+
+gemma.vid.0=0x2341
+gemma.pid.0=0x0c9f
+
+gemma.name=Arduino Gemma
+
+gemma.bootloader.low_fuses=0xF1
+gemma.bootloader.high_fuses=0xD5
+gemma.bootloader.extended_fuses=0xFE
+gemma.bootloader.tool=avrdude
+gemma.bootloader.lock_bits=
+gemma.bootloader.unlock_bits=
+gemma.bootloader.file=gemma/gemma_v1.hex
+
+gemma.build.mcu=attiny85
+gemma.build.f_cpu=8000000L
+gemma.build.core=arduino
+gemma.build.variant=gemma
+gemma.build.board=AVR_GEMMA
+
+gemma.upload.tool=avrdude
+gemma.upload.maximum_size=5310
+