diff options
author | Cristian Maglie <c.maglie@arduino.cc> | 2015-04-17 17:55:44 +0200 |
---|---|---|
committer | Cristian Maglie <c.maglie@arduino.cc> | 2015-05-06 15:55:56 +0200 |
commit | bb40f4d1aff0c8e72c5808f67dec4911f902d3b2 (patch) | |
tree | a111198ced3672d6c4376563513b6dd7d6504d46 /boards.txt | |
parent | e78dba9b3467c5df3991d9bb9ef36a679d9aa957 (diff) |
[gemma] Integration of Gemma board
Diffstat (limited to 'boards.txt')
-rw-r--r-- | boards.txt | 24 |
1 files changed, 24 insertions, 0 deletions
@@ -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 + |