diff options
author | Matthijs Kooijman <matthijs@stdin.nl> | 2014-04-14 12:33:22 +0200 |
---|---|---|
committer | Cristian Maglie <c.maglie@arduino.cc> | 2015-06-05 18:43:25 +0200 |
commit | a0f53f531fe439764658632a47db3a825eda01dc (patch) | |
tree | 44099789fedb25f302470eff65e5d992ff730707 /programmers.txt | |
parent | c15207d9bc936b8dfb9dcf1757f0f6ae24bcc4a1 (diff) |
Support the Atmel STK500 development board for ISP
Diffstat (limited to 'programmers.txt')
-rw-r--r-- | programmers.txt | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/programmers.txt b/programmers.txt index 267ae26..0c38151 100644 --- a/programmers.txt +++ b/programmers.txt @@ -51,6 +51,18 @@ usbGemma.program.tool=avrdude usbGemma.program.extra_params= usbGemma.config.path={runtime.platform.path}/bootloaders/gemma/avrdude.conf +# STK500 firmware version v1 and v2 use different serial protocols. +# Using the 'stk500' protocol tells avrdude to try and autodetect the +# firmware version. If this leads to problems, we might need to add +# stk500v1 and stk500v2 entries to allow explicitely selecting the +# firmware version. +stk500.name=Atmel STK500 development board +stk500.communication=serial +stk500.protocol=stk500 +stk500.program.protocol=stk500 +stk500.program.tool=avrdude +stk500.program.extra_params=-P{serial.port} + ## Notes about Dangerous Prototypes Bus Pirate as ISP ## Bus Pirate V3 need Firmware v5.10 or later ## Bus Pirate V4 need Firmware v6.3-r2151 or later |