Go to file
bsd 4337d15fc4 Fix error reporting by avr_write_byte().
Fix setting of status LEDs under various write-fail conditions.

Add a flag to indicate that a memory type requires the device to
possibly be powered off and back on after a write to it.  This is due
to a hardware problem on some Atmel devices, see:

	http://www.atmel.com/atmel/acrobat/doc1280.pdf

Add greater verbosity to the part-display code when verbose>1 to
display avrprog's encoding of the defined programming instructions.
This is primarily for debugging purposes.


Part updates:

  * add the AT90S4414 part

  * add fuse and lock bit access instructions for the AT90S1200,
    AT90S4434, and AT90S8515.

  * add the pwroff_after_write flag to the fuse bits for the AT90S2333
    and AT90S4433 parts


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@123 81a1dc3b-b13d-400b-aceb-764788c761c2
2002-02-14 02:48:07 +00:00
CHANGELOG Add changelog. 2002-01-18 02:46:06 +00:00
Makefile Change "WARNING" to "NOTE" when overwriting the avrprog.conf file. 2001-11-24 01:48:59 +00:00
Makefile.inc Use lex/yacc for parsing the config file. Re-work the config file 2001-10-14 23:17:26 +00:00
avr.c Fix error reporting by avr_write_byte(). 2002-02-14 02:48:07 +00:00
avr.h Fix error reporting by avr_write_byte(). 2002-02-14 02:48:07 +00:00
avrdude.1 Update copyright and add description of "default". 2002-01-12 01:31:01 +00:00
avrdude.conf.sample Fix error reporting by avr_write_byte(). 2002-02-14 02:48:07 +00:00
avrdude.pdf Make the pin definitions configurable based on entries in a config 2001-09-19 17:04:25 +00:00
config.c Update version number. Update copyright. 2002-01-12 01:51:35 +00:00
config.h Update version number. Update copyright. 2002-01-12 01:51:35 +00:00
config_gram.y Fix error reporting by avr_write_byte(). 2002-02-14 02:48:07 +00:00
fileio.c Update version number. Update copyright. 2002-01-12 01:51:35 +00:00
fileio.h Update version number. Update copyright. 2002-01-12 01:51:35 +00:00
lexer.l Fix error reporting by avr_write_byte(). 2002-02-14 02:48:07 +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 Fix error reporting by avr_write_byte(). 2002-02-14 02:48:07 +00:00
pindefs.h Update version number. Update copyright. 2002-01-12 01:51:35 +00:00
ppi.c Update version number. Update copyright. 2002-01-12 01:51:35 +00:00
ppi.h Update version number. Update copyright. 2002-01-12 01:51:35 +00:00
term.c Fix error reporting by avr_write_byte(). 2002-02-14 02:48:07 +00:00
term.h Update version number. Update copyright. 2002-01-12 01:51:35 +00:00