Go to file
bsd c1bcfe53a7 Change the name from AVRPROG to AVRDUDE.
This change represents a name change only.  There is currently an
effort to port AVRPROG to other platforms including Linux and Windows.
Since Atmel's programmer binary that's included within their AVR
Studio software is named AVRPROG.EXE on the Windows OS, there is the
chance for confusion if we keep calling this program AVRPROG as well.
Up until now the name hasn't really been a problem since there was no
chance to confuse 'avrprog' on Unix with Atmel's AVRPROG because
Atmel's tools only run on Windows.  But with the Unix 'avrprog'
possibly being ported to Windows, I felt a name change was the best
way to avoid problems.

So - from this point forward, my FreeBSD Unix program formerly known
as AVRPROG will subsequently be known as AVRDUDE (AVR Downloader/UploaDEr).

This change also represents a time when the AVRDUDE sources move from
my own private repository to a public repository.  This will give
other developers a chance to port AVRDUDE to other platforms and
extend its functionality to support additional programming hardware,
etc.

So goodbye AVRPROG, welcome AVRDUDE!


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@170 81a1dc3b-b13d-400b-aceb-764788c761c2
2003-02-06 05:13:32 +00:00
CHANGELOG Change the name from AVRPROG to AVRDUDE. 2003-02-06 05:13:32 +00:00
Makefile Change the name from AVRPROG to AVRDUDE. 2003-02-06 05:13:32 +00:00
avr.c Change the name from AVRPROG to AVRDUDE. 2003-02-06 05:13:32 +00:00
avr.h Optimize reading and writing for the STK500 programmer if the part 2002-12-01 06:35:18 +00:00
avrdude.1 Change the name from AVRPROG to AVRDUDE. 2003-02-06 05:13:32 +00:00
avrdude.conf.sample Change the name from AVRPROG to AVRDUDE. 2003-02-06 05:13:32 +00:00
avrdude.pdf Make the pin definitions configurable based on entries in a config 2001-09-19 17:04:25 +00:00
avrpart.h Optimize reading and writing for the STK500 programmer if the part 2002-12-01 06:35:18 +00:00
config.c Seperate programmer operations out into a driver-like interface so 2002-11-30 14:09:12 +00:00
config.h Seperate programmer operations out into a driver-like interface so 2002-11-30 14:09:12 +00:00
config_gram.y Change the name from AVRPROG to AVRDUDE. 2003-02-06 05:13:32 +00:00
fileio.c Implement a way of tracking how many erase-rewrite cycles a part has 2002-08-01 01:00:03 +00:00
fileio.h Update version number. Update copyright. 2002-01-12 01:51:35 +00:00
lexer.l Change the name from AVRPROG to AVRDUDE. 2003-02-06 05:13:32 +00:00
lists.c Update version number. Update copyright. 2002-01-12 01:51:35 +00:00
lists.h Update version number. Update copyright. 2002-01-12 01:51:35 +00:00
main.c Change the name from AVRPROG to AVRDUDE. 2003-02-06 05:13:32 +00:00
pgm.c Optimize reading and writing for the STK500 programmer if the part 2002-12-01 06:35:18 +00:00
pgm.h The STK500 can perform paged read/write operations even on standard 2002-12-01 15:05:56 +00:00
pindefs.h Update version number. Update copyright. 2002-01-12 01:51:35 +00:00
ppi.c Add basic support for STK500. 2002-12-01 04:30:01 +00:00
ppi.h Add basic support for STK500. 2002-12-01 04:30:01 +00:00
stk500.c Change the name from AVRPROG to AVRDUDE. 2003-02-06 05:13:32 +00:00
stk500.h Add basic support for STK500. 2002-12-01 04:30:01 +00:00
stk500_private.h Add basic support for STK500. 2002-12-01 04:30:01 +00:00
term.c Change the name from AVRPROG to AVRDUDE. 2003-02-06 05:13:32 +00:00
term.h Seperate programmer operations out into a driver-like interface so 2002-11-30 14:09:12 +00:00