Contributed by the anonymous developer of patch #5096:
Add an entry for the Altera byteblaster. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@630 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
fb795d21f9
commit
10cadfa710
|
@ -1,3 +1,9 @@
|
|||
2006-08-30 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||
|
||||
Contributed by the anonymous developer of patch #5096:
|
||||
* avrdude.conf.in (blaster): Add an entry for the Altera
|
||||
byteblaster.
|
||||
|
||||
2006-08-30 Joerg Wunsch <j@uriah.heep.sax.de>
|
||||
|
||||
Rework the exit specs so they actually work again. It should be
|
||||
|
|
|
@ -592,6 +592,18 @@ programmer
|
|||
miso = 10;
|
||||
;
|
||||
|
||||
programmer
|
||||
id = "blaster";
|
||||
desc = "Altera ByteBlaster";
|
||||
type = par;
|
||||
sck = 2;
|
||||
miso = 11;
|
||||
reset = 3;
|
||||
mosi = 8;
|
||||
buff = 14;
|
||||
;
|
||||
|
||||
|
||||
@HAVE_PARPORT_END@
|
||||
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue