From bc0642094963c18b3f1605913da2fc264ca226cb Mon Sep 17 00:00:00 2001 From: jantje Date: Wed, 11 Jan 2017 15:55:32 +0100 Subject: [PATCH] Added programmers for Sloeber --- externalprogrammers.txt | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 externalprogrammers.txt diff --git a/externalprogrammers.txt b/externalprogrammers.txt new file mode 100644 index 0000000..97b110c --- /dev/null +++ b/externalprogrammers.txt @@ -0,0 +1,24 @@ + +################################ +## These programmers will only +## appear if you're using the +## ArduinoEclipse/Sloeber IDE. +## Download this great software +## at: http://eclipse.baeyens.it +################################ + +#As far as jantje knows only the ArduinoISP makes sence for the attiny + +arduinoisp.name=ArduinoISP +arduinoisp.protocol=arduinoisp +arduinoisp.program.tool=avrdude +arduinoisp.program.extra_params= + +arduinoasisp.name=Arduino as ISP +arduinoasisp.communication=serial +arduinoasisp.protocol=stk500v1 +arduinoasisp.speed=19200 +arduinoasisp.program.protocol=stk500v1 +arduinoasisp.program.speed=19200 +arduinoasisp.program.tool=avrdude +arduinoasisp.program.extra_params=-P{serial.port} -b{program.speed}