diff options
author | Cristian Maglie <c.maglie@arduino.cc> | 2015-04-17 17:55:44 +0200 |
---|---|---|
committer | Cristian Maglie <c.maglie@arduino.cc> | 2015-05-06 15:55:56 +0200 |
commit | bb40f4d1aff0c8e72c5808f67dec4911f902d3b2 (patch) | |
tree | a111198ced3672d6c4376563513b6dd7d6504d46 /programmers.txt | |
parent | e78dba9b3467c5df3991d9bb9ef36a679d9aa957 (diff) |
[gemma] Integration of Gemma board
Diffstat (limited to 'programmers.txt')
-rw-r--r-- | programmers.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/programmers.txt b/programmers.txt index a553bde..732b6b0 100644 --- a/programmers.txt +++ b/programmers.txt @@ -44,3 +44,10 @@ arduinoasisp.program.protocol=stk500v1 arduinoasisp.program.speed=19200 arduinoasisp.program.tool=avrdude arduinoasisp.program.extra_params=-P{serial.port} -b{program.speed} + +usbGemma.name=Arduino Gemma +usbGemma.protocol=arduinogemma +usbGemma.program.tool=avrdude +usbGemma.program.extra_params= +usbGemma.config.path={runtime.platform.path}/bootloaders/gemma/avrdude.conf + |