Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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