Skip to content

Commit 4e2c46a

Browse files
committed
Merge pull request #3091 from cmaglie/gemma
Support for Arduino Gemma
2 parents d0d9aa8 + 7edf21f commit 4e2c46a

File tree

15 files changed

+15587
-0
lines changed

15 files changed

+15587
-0
lines changed

build/shared/revisions.txt

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
ARDUINO 1.6.4 - 2015.05.06
22

33
[ide]
4+
* Added support for Arduino Gemma
45
* Restored previous "error" colour in black lower part of the IDE
56
* Relaxed IDE checks against libraries versions
67
* Fixed colour of 'char' keyword. Thanks @mixania
74.6 KB
Binary file not shown.
51.6 KB
Binary file not shown.
10.4 KB
Binary file not shown.
Binary file not shown.
154 KB
Binary file not shown.
108 KB
Binary file not shown.

build/windows/dist/drivers/license/libusb0/installer_license.txt

+851
Large diffs are not rendered by default.
41.6 KB
Binary file not shown.
66.1 KB
Binary file not shown.

hardware/arduino/avr/boards.txt

+24
Original file line numberDiff line numberDiff line change
@@ -791,3 +791,27 @@ robotMotor.build.core=arduino
791791
robotMotor.build.variant=robot_motor
792792
robotMotor.build.extra_flags={build.usb_flags}
793793

794+
##############################################################
795+
796+
gemma.vid.0=0x2341
797+
gemma.pid.0=0x0c9f
798+
799+
gemma.name=Arduino Gemma
800+
801+
gemma.bootloader.low_fuses=0xF1
802+
gemma.bootloader.high_fuses=0xD5
803+
gemma.bootloader.extended_fuses=0xFE
804+
gemma.bootloader.tool=avrdude
805+
gemma.bootloader.lock_bits=
806+
gemma.bootloader.unlock_bits=
807+
gemma.bootloader.file=gemma/gemma_v1.hex
808+
809+
gemma.build.mcu=attiny85
810+
gemma.build.f_cpu=8000000L
811+
gemma.build.core=arduino
812+
gemma.build.variant=gemma
813+
gemma.build.board=AVR_GEMMA
814+
815+
gemma.upload.tool=avrdude
816+
gemma.upload.maximum_size=5310
817+

0 commit comments

Comments
 (0)