From 10cadfa7109faac33a79a5ce13dce46a60b23daa Mon Sep 17 00:00:00 2001 From: joerg_wunsch Date: Wed, 30 Aug 2006 05:13:15 +0000 Subject: [PATCH] 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 --- ChangeLog | 6 ++++++ avrdude.conf.in | 12 ++++++++++++ 2 files changed, 18 insertions(+) diff --git a/ChangeLog b/ChangeLog index 5cd18690..e38aca21 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2006-08-30 Joerg Wunsch + + Contributed by the anonymous developer of patch #5096: + * avrdude.conf.in (blaster): Add an entry for the Altera + byteblaster. + 2006-08-30 Joerg Wunsch Rework the exit specs so they actually work again. It should be diff --git a/avrdude.conf.in b/avrdude.conf.in index 438b3e51..b41c926c 100644 --- a/avrdude.conf.in +++ b/avrdude.conf.in @@ -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@ #