Skip to content

Commit

Permalink
Merge pull request #3091 from cmaglie/gemma
Browse files Browse the repository at this point in the history
Support for Arduino Gemma
  • Loading branch information
ffissore committed May 6, 2015
2 parents d0d9aa8 + 7edf21f commit 4e2c46a
Show file tree
Hide file tree
Showing 15 changed files with 15,587 additions and 0 deletions.
1 change: 1 addition & 0 deletions build/shared/revisions.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ARDUINO 1.6.4 - 2015.05.06

[ide]
* Added support for Arduino Gemma
* Restored previous "error" colour in black lower part of the IDE
* Relaxed IDE checks against libraries versions
* Fixed colour of 'char' keyword. Thanks @mixania
Expand Down
Binary file added build/windows/dist/drivers/amd64/libusb0.dll
Binary file not shown.
Binary file added build/windows/dist/drivers/amd64/libusb0.sys
Binary file not shown.
Binary file added build/windows/dist/drivers/arduino_gemma.cat
Binary file not shown.
Binary file added build/windows/dist/drivers/arduino_gemma.inf
Binary file not shown.
Binary file added build/windows/dist/drivers/ia64/libusb0.dll
Binary file not shown.
Binary file added build/windows/dist/drivers/ia64/libusb0.sys
Binary file not shown.
851 changes: 851 additions & 0 deletions build/windows/dist/drivers/license/libusb0/installer_license.txt

Large diffs are not rendered by default.

Binary file added build/windows/dist/drivers/x86/libusb0.sys
Binary file not shown.
Binary file added build/windows/dist/drivers/x86/libusb0_x86.dll
Binary file not shown.
24 changes: 24 additions & 0 deletions hardware/arduino/avr/boards.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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

Loading

0 comments on commit 4e2c46a

Please sign in to comment.