diff options
author | Martino Facchin <m.facchin@arduino.cc> | 2017-02-08 12:56:49 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-08 12:56:49 +0100 |
commit | 045d83b2e59daf9421353a71cdb63803ec91a4b1 (patch) | |
tree | f6628d54ecad3e94278ec920d6251dfba3561e43 /programmers.txt | |
parent | 5bf5025dfe5003a67cf21da9f7f2dbfc9b99aaef (diff) | |
parent | 7ed370a671b9497f88781450c5d6dea9fa0a219a (diff) |
Merge branch 'master' into stk500-jtagice3
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 661a0c9..c100e84 100644 --- a/programmers.txt +++ b/programmers.txt @@ -22,6 +22,11 @@ arduinoisp.protocol=arduinoisp arduinoisp.program.tool=avrdude arduinoisp.program.extra_params= +arduinoisporg.name=ArduinoISP.org +arduinoisporg.protocol=arduinoisporg +arduinoisporg.program.tool=avrdude +arduinoisporg.program.extra_params= + usbasp.name=USBasp usbasp.communication=usb usbasp.protocol=usbasp @@ -92,3 +97,10 @@ jtag3.program.tool=avrdude # work regardless of the crystal used, since JTAG doesn't use the MCU # clock but dictates its own clock. jtag3.program.extra_params=-B0.1 + +atmel_ice.name=Atmel-ICE (AVR) +atmel_ice.communication=usb +atmel_ice.protocol=atmelice_isp +atmel_ice.program.protocol=atmelice_isp +atmel_ice.program.tool=avrdude +atmel_ice.program.extra_params=-Pusb |