From 6d5ebff60aca1d3634610dfe71b1c1056a48df97 Mon Sep 17 00:00:00 2001 From: joerg_wunsch Date: Wed, 5 Mar 2003 13:47:37 +0000 Subject: [PATCH] Add a definition for the popular Ponyprog dongle. Submitted by: Daniel Williamson git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@263 81a1dc3b-b13d-400b-aceb-764788c761c2 --- avrdude.conf.in | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/avrdude.conf.in b/avrdude.conf.in index f0b89d11..1206588b 100644 --- a/avrdude.conf.in +++ b/avrdude.conf.in @@ -214,6 +214,23 @@ programmer miso = 10; ; +# The programming dongle used by the popular Ponyprog +# utility. It is almost similar to the STK200 one, +# except that there is a LED indicating that the +# programming is currently in progress. + +programmer + id = "pony"; + desc = "Pony Prog"; + type = par; + buff = 4, 5; + sck = 6; + mosi = 7; + reset = 9; + miso = 10; + pgmled = 8; +; + programmer id = "dt006"; desc = "Dontronics DT006";