[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [avr-gcc-list] UISP vs AVRDUDE
From: |
Bob Paddock |
Subject: |
Re: [avr-gcc-list] UISP vs AVRDUDE |
Date: |
Thu, 3 Feb 2005 19:56:27 -0500 |
User-agent: |
KMail/1.7.2 |
On Friday 28 January 2005 05:39 pm, Marek Michalkiewicz wrote:
> On Fri, Jan 28, 2005 at 10:36:04AM -0700, E. Weddington wrote:
> Yet another one of these programmers (with support for various serial
> EEPROM chips - that's why I mention it) is PonyProg. Unfortunately,
> it is GUI only (no command line), and recent versions are closed
> source (it was GPL initially, the old source is still available).
Here you go, the PonyProg sources to the latest version 206C,
back under GPL:
#!/bin/bash
# Check out PonyProg CVS source code
# Press ENTER when asked for the password.
cvs -d:pserver:address@hidden:/cvsroot/ponyprog1 login
cvs -z3 -d:pserver:address@hidden:/cvsroot/ponyprog1 co
README.cvs
cvs -z3 -d:pserver:address@hidden:/cvsroot/ponyprog1 co
software
cvs -z3 -d:pserver:address@hidden:/cvsroot/ponyprog1 update
-PdA
The files:
cryptor.cpp \
x-interf.cpp \
are called for by the Makefile, but they are not in CVS, one of the files will
not compile with GCC 3.3.x/3.4.x. :-(
Cladio said he was to busy with a new child to work on PonyProg anymore, so
he released the source code.
Still I'd stay with AVRDUDE, but I hope to get AVRDUDE to be able to use the
PonyProg scripts.
--
http://www.softwaresafety.net/
http://www.unusualresearch.com/ http://www.bpaddock.com/
- Re: [avr-gcc-list] UISP vs AVRDUDE,
Bob Paddock <=