Skip to content

Commit bb40f4d

Browse files
committed
[gemma] Integration of Gemma board
1 parent e78dba9 commit bb40f4d

File tree

5 files changed

+14735
-0
lines changed

5 files changed

+14735
-0
lines changed

Diff for: 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)