mirror of
https://github.com/mariusgreuel/avrdude.git
synced 2025-09-27 22:45:27 +00:00
avrdude.1: document the memtypes for -U
doc/avrdude.texi: (Ditto.) Closes bug #13501: <memtype> should be listed in the man page git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@500 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
@@ -572,6 +572,33 @@ mulitple memories on the same command-line invocation. The
|
||||
the @option{-v} option on the command line or the @code{part} command from
|
||||
terminal mode to display all the memory types supported by a particular
|
||||
device.
|
||||
Typically, a device's memory configuration at least contains
|
||||
the memory types
|
||||
@code{flash}
|
||||
and
|
||||
@code{eeprom}.
|
||||
All memory types currently known are:
|
||||
@table @code
|
||||
@item calibration
|
||||
One or more bytes of RC oscillator calibration data.
|
||||
@item eeprom
|
||||
The EEPROM of the device.
|
||||
@item efuse
|
||||
The extended fuse byte.
|
||||
@item flash
|
||||
The flash ROM of the device.
|
||||
@item fuse
|
||||
The fuse byte in devices that have only a single fuse byte.
|
||||
@item hfuse
|
||||
The high fuse byte.
|
||||
@item lfuse
|
||||
The low fuse byte.
|
||||
@item lock
|
||||
The lock byte.
|
||||
@item signature
|
||||
The three device signature bytes (device ID).
|
||||
@end table
|
||||
|
||||
The @var{op} field specifies what operation to perform:
|
||||
|
||||
@table @code
|
||||
|
Reference in New Issue
Block a user