Contributed by Julius Luukko <Julius.Luukko@lut.fi>:
Add the "ere-isp-avr" programmer. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@579 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
06a5af36ba
commit
e20799eefe
|
@ -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
|
||||
|
|
|
@ -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@
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue