Go to file
bsd 7561e319a1 When getting ready to initiate communications with the AVR device,
first pull /RESET low for a short period of time before enabling the
buffer chip.  This sequence allows the AVR to be reset before the
buffer is enabled to avoid a short period of time where the AVR may be
driving the programming lines at the same time the programmer tries
to.  Of course, if a buffer is being used, then the /RESET line from
the programmer needs to be directly connected to the AVR /RESET line
and not via the buffer chip.


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@156 81a1dc3b-b13d-400b-aceb-764788c761c2
2002-11-23 00:47:29 +00:00
CHANGELOG Update changelog. 2002-11-06 02:23:27 +00:00
Makefile Remove --pedantic and -g from the compiler options. 2002-10-12 21:22:57 +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 -Y option. Reported by Joerg Wunsch. 2002-11-06 02:19:57 +00:00
avr.h Fix -Y option. Reported by Joerg Wunsch. 2002-11-06 02:19:57 +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 Fix ATMega128 instruction encoding for reading the low and high fuse 2002-10-11 19:32:12 +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 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 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 When getting ready to initiate communications with the AVR device, 2002-11-23 00:47:29 +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 Use a four byte value instead of a two byte value for the programming 2002-10-11 19:36:56 +00:00
term.h Update version number. Update copyright. 2002-01-12 01:51:35 +00:00