Go to file
Brian S. Dean 5b12f02975 Fix a typo in a comment. Display the size of memory being written.
Display the correct memory name in an error message (previously
hardcoded).


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@137 81a1dc3b-b13d-400b-aceb-764788c761c2
2002-07-27 20:55:01 +00:00
CHANGELOG Add support for ATtiny15 - contributed by Asher Hoskins 2002-06-22 14:03:53 +00:00
Makefile Backup the config file to a timestamped name to keep from possibly 2002-04-07 16:03:58 +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 a typo in a comment. Display the size of memory being written. 2002-07-27 20:55:01 +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 Add support for ATtiny15 - contributed by Asher Hoskins 2002-06-22 14:03:53 +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 Make pwroff_after_write a yes/no field instead of a numeric. 2002-02-14 03:04:22 +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 a typo in a comment. Display the size of memory being written. 2002-07-27 20:55:01 +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