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:
joerg_wunsch 2006-08-30 05:13:15 +00:00
parent fb795d21f9
commit 10cadfa710
2 changed files with 18 additions and 0 deletions

View File

@ -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

View File

@ -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@
#