Contributed by Julius Luukko <Julius.Luukko@lut.fi>:

Add the "ere-isp-avr" programmer.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@579 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
joerg_wunsch 2006-04-18 15:32:01 +00:00
parent 855376ba00
commit bc7143a03d
2 changed files with 15 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-04-18 Joerg Wunsch <j@uriah.heep.sax.de>
Contributed by Julius Luukko <Julius.Luukko@lut.fi>:
* avrdude.conf.in: Add the "ere-isp-avr" programmer.
2006-04-13 Joerg Wunsch <j@uriah.heep.sax.de>
* par.c: Add logic to negate parallel-port signals in

View File

@ -502,6 +502,16 @@ programmer
miso = ~10;
;
programmer
id = "ere-isp-avr";
desc = "ERE ISP-AVR <http://www.ere.co.th/download/sch050713.pdf>"
type = par;
reset = ~4;
sck = 3;
mosi = 2;
miso = 10;
;
@HAVE_PARPORT_END@
#