doc
*doc/avrdude.texi: Update devices and programmers supported.
2003-12-01 19:42:25 +00:00
windows
* windows/Makefile.am: Correct makefile so loaddrv does not link
2003-09-22 21:13:57 +00:00
.cvsignore
These changes add basic support for a autoconf/automake based build system.
2003-02-14 20:34:03 +00:00
AUTHORS
Change email address.
2003-05-13 18:10:55 +00:00
COPYING
Re-license using the GNU GPL. Thanks to Ted Roth for the patch.
2003-02-06 19:08:33 +00:00
ChangeLog
Document my recent -U changes.
2003-12-02 18:25:15 +00:00
ChangeLog-2001
Use my other e-mail.
2003-03-12 01:25:43 +00:00
ChangeLog-2002
Use my other e-mail.
2003-03-12 01:25:43 +00:00
Makefile.am
*avrpart.c,avr.c: Moved elementary functions on types OPCODE, AVRMEM and AVRPART from avr.c to new file avrpart.c
2003-11-30 16:42:10 +00:00
NEWS
* NEWS: Update news from items in ChangeLog.
2003-11-19 19:12:38 +00:00
README
* AUTHORS: Updated.
2003-03-11 22:34:53 +00:00
avr.c
*avrpart.c,avr.c: Moved elementary functions on types OPCODE, AVRMEM and AVRPART from avr.c to new file avrpart.c
2003-11-30 16:42:10 +00:00
avr.h
*avrpart.c,avr.c: Moved elementary functions on types OPCODE, AVRMEM and AVRPART from avr.c to new file avrpart.c
2003-11-30 16:42:10 +00:00
avr910.c
* avr.c (avr_read_byte): If pgm->read_byte method fails, retry with
2003-09-05 16:40:55 +00:00
avr910.h
* Makefile.am (avrdude_SOURCES): Add avr910.[ch], serial.h and
2003-03-13 03:52:19 +00:00
avrdude.1
Make the -U parser tolerate colons in filenames.
2003-11-26 22:05:02 +00:00
avrdude.conf.in
Add support for the Atmel Butterfly board which talks to the
2003-11-30 15:16:48 +00:00
avrdude.pdf
Make the pin definitions configurable based on entries in a config
2001-09-19 17:04:25 +00:00
avrdude.spec.in
* avrdude.spec.in: Fix broken rpmbuild on RedHat-9.
2003-08-28 04:43:50 +00:00
avrpart.c
*avrpart.c,main.c: Moved list_parts() and locate_part() from main.c to avrpart.c
2003-11-30 16:49:00 +00:00
avrpart.h
*avrpart.c,main.c: Moved list_parts() and locate_part() from main.c to avrpart.c
2003-11-30 16:49:00 +00:00
bootstrap
Export all the AUTO* variables. Hopefully, that way the generated
2003-03-10 21:25:13 +00:00
butterfly.c
Add support for the Atmel Butterfly board which talks to the
2003-11-30 15:16:48 +00:00
butterfly.h
Add support for the Atmel Butterfly board which talks to the
2003-11-30 15:16:48 +00:00
config.c
Introduce 'default_programmer' to the config file instead of requiring
2003-02-21 21:07:43 +00:00
config.h
Introduce 'default_programmer' to the config file instead of requiring
2003-02-21 21:07:43 +00:00
config_gram.y
Add support for the Atmel Butterfly board which talks to the
2003-11-30 15:16:48 +00:00
configure.ac
* NEWS: Add 'Current:' header.
2003-09-06 18:17:58 +00:00
confwin.c
Change email address.
2003-05-13 18:10:55 +00:00
confwin.h
Change email address.
2003-05-13 18:10:55 +00:00
fileio.c
* avr910.c:
2003-08-28 23:02:25 +00:00
fileio.h
Implement and "immediate mode" for file input - this allows one to
2003-04-19 18:41:35 +00:00
lexer.l
Add support for the Atmel Butterfly board which talks to the
2003-11-30 15:16:48 +00:00
linux_ppdev.h
* linux_ppdev.h: New file.
2003-02-11 23:50:31 +00:00
lists.c
These changes add basic support for a autoconf/automake based build system.
2003-02-14 20:34:03 +00:00
lists.h
Makefile: include a target to automatically generate the dependency
2003-02-08 04:17:25 +00:00
main.c
*avrpart.c,main.c: Moved list_parts() and locate_part() from main.c to avrpart.c
2003-11-30 16:49:00 +00:00
par.c
Add the ability to read a per-user config file located at
2003-02-22 16:45:13 +00:00
par.h
Split higher level parallel port programmer code off from ppi.c into
2003-02-13 19:27:50 +00:00
pgm.c
Add support for displaying and changing the various STK500 operational
2003-07-24 21:26:28 +00:00
pgm.h
Add support for displaying and changing the various STK500 operational
2003-07-24 21:26:28 +00:00
pindefs.h
Makefile: include a target to automatically generate the dependency
2003-02-08 04:17:25 +00:00
ppi.c
*ppi.c: Major speed-tuning. Since ioctl() is expensive read from shadow-registers where possible.
2003-11-22 03:31:27 +00:00
ppi.h
Split higher level parallel port programmer code off from ppi.c into
2003-02-13 19:27:50 +00:00
ppiwin.c
* fileio.c:
2003-08-25 15:55:48 +00:00
ser_posix.c
* fileio.c:
2003-08-25 15:55:48 +00:00
ser_win32.c
* ser_posix.c, ser_win32.c, serial.h:
2003-03-13 19:25:27 +00:00
serial.h
* ser_posix.c, ser_win32.c, serial.h:
2003-03-13 19:25:27 +00:00
stk500.c
* stk500.c (stk500_paged_write): Limit blocks written to no bigger
2003-10-13 21:32:53 +00:00
stk500.h
Makefile: include a target to automatically generate the dependency
2003-02-08 04:17:25 +00:00
stk500_private.h
Add support for displaying and changing the various STK500 operational
2003-07-24 21:26:28 +00:00
term.c
*term.c: Add two missing includes to fix compile warnings.
2003-11-22 03:25:48 +00:00
term.h
Makefile: include a target to automatically generate the dependency
2003-02-08 04:17:25 +00:00