Go to file
Brian S. Dean 15a0e05a7b Add support for the AT90CAN128. Not sure if all the instruction
encoding is correct, specifically the address bits don't exactly match
those of the preliminary datasheet that I have, but I don't see how
they could be right.  Tested with STK500 and it works there.
Instruction encodings have not been tested due to lack of a parallel
port on my Mac.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@436 81a1dc3b-b13d-400b-aceb-764788c761c2
2004-12-22 01:24:39 +00:00
doc NEWS, doc/TODO: Updated NEWS and TODO 2004-07-07 10:13: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 * AUTHORS: Add names of recent major contributors. 2004-07-08 23:49:33 +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 * avrdude.1: Remove reference to ppi programmer schematic. 2004-07-19 22:09:09 +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
ChangeLog-2003 * ChangeLog: Minor formatting cleanups. 2004-01-26 06:27:41 +00:00
Makefile.am * Makefile.am (EXTRA_DIST): Remove avrdude.pdf since it is no longer supplied. 2004-07-19 06:10:43 +00:00
NEWS * Makefile.am (EXTRA_DIST): Remove avrdude.pdf since it is no longer supplied. 2004-07-19 06:10:43 +00:00
README * AUTHORS: Updated. 2003-03-11 22:34:53 +00:00
avr.c Removed unnecessary includes of config.h 2004-07-05 15:04:19 +00:00
avr.h avr.h: Removed some unused prototypes 2004-07-05 14:10:15 +00:00
avr910.c merged in changes to allow native Win32 build with no cygwin DLL dependancy 2004-06-24 11:05:07 +00:00
avr910.h Removed unnecessary includes of config.h 2004-07-05 15:04:19 +00:00
avrdude.1 * avrdude.1: Remove reference to ppi programmer schematic. 2004-07-19 22:09:09 +00:00
avrdude.conf.in Add support for the AT90CAN128. Not sure if all the instruction 2004-12-22 01:24:39 +00:00
avrdude.spec.in * avrdude.spec.in: Fix broken rpmbuild on RedHat-9. 2003-08-28 04:43:50 +00:00
avrpart.c * avr910.c, avrpart.c, avrpart.h, doc/TODO: Look up devicecode and report device. 2004-01-12 22:48:50 +00:00
avrpart.h Removed unnecessary includes of config.h 2004-07-05 15:04:19 +00:00
bootstrap * Makefile.am (EXTRA_DIST): Remove avrdude.pdf since it is no longer supplied. 2004-07-19 06:10:43 +00:00
butterfly.c merged in changes to allow native Win32 build with no cygwin DLL dependancy 2004-06-24 11:05:07 +00:00
butterfly.h Removed unnecessary includes of config.h 2004-07-05 15:04:19 +00:00
config.c Introduce 'default_programmer' to the config file instead of requiring 2003-02-21 21:07:43 +00:00
config.h Removed unnecessary includes of config.h 2004-07-05 15:04:19 +00:00
config_gram.y merged in changes to allow native Win32 build with no cygwin DLL dependancy 2004-06-24 11:05:07 +00:00
configure.ac * avrdude.1: Remove reference to ppi programmer schematic. 2004-07-19 22:09:09 +00:00
confwin.c merged in changes to allow native Win32 build with no cygwin DLL dependancy 2004-06-24 11:05:07 +00:00
confwin.h merged in changes to allow native Win32 build with no cygwin DLL dependancy 2004-06-24 11:05:07 +00:00
fileio.c merged in changes to allow native Win32 build with no cygwin DLL dependancy 2004-06-24 11:05:07 +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 * avr910.c, pgm.c, pgm.h, config_gram.y, lexer.l: Add new configuration parameter baudrate to support avr910-programmers with non-standard baudrates 2004-01-03 18:36:44 +00:00
linux_ppdev.h * linux_ppdev.h: New file. 2003-02-11 23:50:31 +00:00
lists.c Drop the LISTSZ define as well as the check for it in lcreat(). They 2004-04-23 20:36:00 +00:00
lists.h Drop the LISTSZ define as well as the check for it in lcreat(). They 2004-04-23 20:36:00 +00:00
main.c * main.c (main): Don't indent CPP directives. 2004-07-15 17:29:35 +00:00
par.c * par.c: changed order of port-read/writes in par_txrx(). 2004-01-29 12:57:09 +00:00
par.h Removed unnecessary includes of config.h 2004-07-05 15:04:19 +00:00
pgm.c * pgm.c, main.c, avr910.c, butterfly.c, stk500.c: Changed default for powerup, powerdown and LED-commands to do nothing and return OK. Then removed these commands from avr910, butterfly and stk500. 2004-01-29 13:23:59 +00:00
pgm.h stk500.c, term.c, doc/avrdude.texi, avrdude.1: added "sck"-command to the terminal mode. This command allows slowing down of the SCK of STK500-programmers. 2004-07-07 08:59:07 +00:00
pindefs.h Makefile: include a target to automatically generate the dependency 2003-02-08 04:17:25 +00:00
ppi.c Stub-out the ppi_* functions in ppi.c with empty wrappers that simply 2004-05-19 21:02:25 +00:00
ppi.h Removed unnecessary includes of config.h 2004-07-05 15:04:19 +00:00
ppiwin.c * main.c (main): Don't indent CPP directives. 2004-07-15 17:29:35 +00:00
ser_posix.c merged in changes to allow native Win32 build with no cygwin DLL dependancy 2004-06-24 11:05:07 +00:00
ser_win32.c * main.c (main): Don't indent CPP directives. 2004-07-15 17:29:35 +00:00
serial.h Removed unnecessary includes of config.h 2004-07-05 15:04:19 +00:00
stk500.c stk500.c, term.c, doc/avrdude.texi, avrdude.1: added "sck"-command to the terminal mode. This command allows slowing down of the SCK of STK500-programmers. 2004-07-07 08:59:07 +00:00
stk500.h Removed unnecessary includes of config.h 2004-07-05 15:04:19 +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 stk500.c, term.c, doc/avrdude.texi, avrdude.1: added "sck"-command to the terminal mode. This command allows slowing down of the SCK of STK500-programmers. 2004-07-07 08:59:07 +00:00
term.h Makefile: include a target to automatically generate the dependency 2003-02-08 04:17:25 +00:00

README

See the documentation file for the details.

The latest version of AVRDUDE is always available here:

  http://savannah.nongnu.org/projects/avrdude