Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4e2c46a

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

File tree

Expand file treeCollapse file tree

15 files changed

+15587
-0
lines changed
Filter options
Expand file treeCollapse file tree

15 files changed

+15587
-0
lines changed

‎build/shared/revisions.txt

Copy file name to clipboardExpand all lines: build/shared/revisions.txt
+1Lines changed: 1 addition & 0 deletions
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

Copy file name to clipboardExpand all lines: build/windows/dist/drivers/license/libusb0/installer_license.txt
+851Lines changed: 851 additions & 0 deletions
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

Copy file name to clipboardExpand all lines: hardware/arduino/avr/boards.txt
+24Lines changed: 24 additions & 0 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.