Update man page and changelog.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@147 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
912ba29aef
commit
de9b1ec6c9
|
@ -4,6 +4,15 @@ Approximate change log for AVRPROG by version
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
||||||
|
Version 2.1.1:
|
||||||
|
|
||||||
|
* Fix ATmega128 instruction sequences for reading fuse bits -
|
||||||
|
contributed by Joerg Wunsch.
|
||||||
|
|
||||||
|
* Modify erase-rewrite cycle counter code to use a 4 byte counter
|
||||||
|
instead of a two byte counter.
|
||||||
|
|
||||||
|
|
||||||
Version 2.1.0:
|
Version 2.1.0:
|
||||||
|
|
||||||
* Implement a per-part erase-rewrite cycle counter; requires the use
|
* Implement a per-part erase-rewrite cycle counter; requires the use
|
||||||
|
|
|
@ -296,7 +296,7 @@ files. See below for a detailed description of the terminal mode.
|
||||||
.It Fl y
|
.It Fl y
|
||||||
Tells
|
Tells
|
||||||
.Nm
|
.Nm
|
||||||
to use the last two bytes of the connected parts' EEPROM memory to
|
to use the last four bytes of the connected parts' EEPROM memory to
|
||||||
track the number of times the device has been erased. When this
|
track the number of times the device has been erased. When this
|
||||||
option is used and the
|
option is used and the
|
||||||
.Fl e
|
.Fl e
|
||||||
|
@ -308,14 +308,14 @@ utilized to give an indication of how many erase-rewrite cycles the
|
||||||
part has undergone. Since the FLASH memory can only endure a finite
|
part has undergone. Since the FLASH memory can only endure a finite
|
||||||
number of erase-rewrite cycles, one can use this option to track when
|
number of erase-rewrite cycles, one can use this option to track when
|
||||||
a part is nearing the limit. The typical limit for Atmel AVR FLASH is
|
a part is nearing the limit. The typical limit for Atmel AVR FLASH is
|
||||||
1000 cycles. Of course, if the application needs the last two bytes
|
1000 cycles. Of course, if the application needs the last four bytes
|
||||||
of EEPROM memory, this option should not be used.
|
of EEPROM memory, this option should not be used.
|
||||||
.It Fl Y Ar cycles
|
.It Fl Y Ar cycles
|
||||||
Instructs
|
Instructs
|
||||||
.Nm
|
.Nm
|
||||||
to initialize the erase-rewrite cycle counter residing at the last two
|
to initialize the erase-rewrite cycle counter residing at the last four
|
||||||
bytes of EEPROM memory to the specified value. If the application
|
bytes of EEPROM memory to the specified value. If the application
|
||||||
needs the last two bytes of EEPROM memory, this option should not be
|
needs the last four bytes of EEPROM memory, this option should not be
|
||||||
used.
|
used.
|
||||||
.El
|
.El
|
||||||
.Ss Terminal mode
|
.Ss Terminal mode
|
||||||
|
|
Loading…
Reference in New Issue