diff options
author | Martino Facchin <m.facchin@arduino.cc> | 2016-12-15 15:30:45 +0100 |
---|---|---|
committer | Martino Facchin <m.facchin@arduino.cc> | 2016-12-16 10:59:00 +0100 |
commit | 2bca6a0eb78b06db750f96fbdeebddad9d07ef3a (patch) | |
tree | c359e03dbc7ea4c1442a64919d0765a87295eab0 | |
parent | 776bcf243a345d73f3c70ca7e3eb7d28f273686d (diff) |
Add ArduinoISP.org programmer
We'll need to patch avrdude with this new programmer type
https://github.com/platformio/platformio-core/issues/717
-rw-r--r-- | programmers.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/programmers.txt b/programmers.txt index 0c38151..f23c2ed 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 |