Go to file
Brian S. Dean d36b48d92b Optimize reading and writing for the STK500 programmer if the part
supports paged reads and writes.  This greatly decreases the
program/verify time from about 4.5 minutes down to about 10 seconds in
a 12K program size test case.

Print out the hardware and firmware version for the STK500 if verbose
is enabled.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@161 81a1dc3b-b13d-400b-aceb-764788c761c2
2002-12-01 06:35:18 +00:00
CHANGELOG term.c - when in interactive terminal mode and dumping memory using 2002-11-23 00:52:15 +00:00
Makefile Seperate programmer operations out into a driver-like interface so 2002-11-30 14:09:12 +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 Optimize reading and writing for the STK500 programmer if the part 2002-12-01 06:35:18 +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 Add '-V' (no verify) flag requested by Joerg Wunsch. Update the man 2002-10-29 01:59:02 +00:00
avrdude.conf.sample Add basic support for STK500. 2002-12-01 04:30:01 +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 Add basic support for STK500. 2002-12-01 04:30:01 +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 Add basic support for STK500. 2002-12-01 04:30:01 +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 Optimize reading and writing for the STK500 programmer if the part 2002-12-01 06:35:18 +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 Optimize reading and writing for the STK500 programmer if the part 2002-12-01 06:35:18 +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 Optimize reading and writing for the STK500 programmer if the part 2002-12-01 06:35:18 +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 Seperate programmer operations out into a driver-like interface so 2002-11-30 14:09:12 +00:00
term.h Seperate programmer operations out into a driver-like interface so 2002-11-30 14:09:12 +00:00