bdean eecf43999d Introduce a new option, -U, for performing memory operions. Its
argument is a 4 field string (fields seperated by colons) which
indicate what memory type to operate on, what operation to perform is
(read, write, or verify), the filename to read from, write to, or
verify against, and an optional file format field.  Multple -U options
can be specified to operate on more than one memory at a time with a
single invocation.  For example, to update both the flash and the
eeprom at the same time one can now specify the following:

	avrdude -p -e -U flash:w:main.hex:i -U eeprom:w:eeprom.hex:i


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@341 81a1dc3b-b13d-400b-aceb-764788c761c2
2003-08-21 04:52:36 +00:00
2003-08-01 20:11:21 +00:00
2003-05-13 18:10:55 +00:00
2003-07-29 22:08:21 +00:00
2003-07-29 22:08:21 +00:00
2003-07-29 22:08:21 +00:00
2003-08-01 20:11:21 +00:00
2003-03-12 01:25:43 +00:00
2003-03-12 01:25:43 +00:00
2003-05-13 18:10:55 +00:00
2003-05-13 18:10:55 +00:00
2003-02-11 23:50:31 +00:00
2003-03-11 22:34:53 +00:00
2003-03-13 19:25:27 +00:00
2003-07-29 22:08:21 +00:00

See the documentation file for the details.

The latest version of AVRDUDE is always available here:

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

Languages
HTML 67.7%
C 25.4%
JavaScript 4%
Roff 0.6%
Yacc 0.5%
Other 1.6%