Seperate programmer operations out into a driver-like interface so

that programmers other than the direct parallel port connection can be
supported.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@159 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Brian S. Dean
2002-11-30 14:09:12 +00:00
parent 39b1f7d02b
commit a193330803
15 changed files with 868 additions and 546 deletions

View File

@@ -110,6 +110,7 @@
programmer
id = "bsd", "default";
desc = "Brian Dean's Programmer";
type = ppi;
vcc = 2, 3, 4, 5;
reset = 7;
sck = 8;
@@ -120,6 +121,7 @@ programmer
programmer
id = "stk200";
desc = "STK200";
type = ppi;
buff = 4, 5;
sck = 6;
mosi = 7;
@@ -130,6 +132,7 @@ programmer
programmer
id = "dt006";
desc = "Dontronics DT006";
type = ppi;
reset = 4;
sck = 5;
mosi = 2;
@@ -139,6 +142,7 @@ programmer
programmer
id = "alf";
desc = "Tony Friebel's Programmer";
type = ppi;
vcc = 2, 3, 4, 5;
buff = 6;
reset = 7;