Submitted by Britton Kerin:
bug #57453: [PATCH] fix reference to nonexistant -m option by changing to -U * avrdude.1: replace -m option by -U git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@1456 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
60f5885849
commit
b05e8af0a7
|
@ -1,3 +1,9 @@
|
||||||
|
2021-11-06 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||||
|
|
||||||
|
Submitted by Britton Kerin:
|
||||||
|
bug #57453: [PATCH] fix reference to nonexistant -m option by changing to -U
|
||||||
|
* avrdude.1: replace -m option by -U
|
||||||
|
|
||||||
2021-11-06 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
2021-11-06 Joerg Wunsch <j.gnu@uriah.heep.sax.de>
|
||||||
|
|
||||||
Submitted by Andrew D'Addesio:
|
Submitted by Andrew D'Addesio:
|
||||||
|
|
1
NEWS
1
NEWS
|
@ -56,6 +56,7 @@ Current:
|
||||||
bug #60753: Patch #1436 breaks multiple programmer/device combinations on MacOS BigSur
|
bug #60753: Patch #1436 breaks multiple programmer/device combinations on MacOS BigSur
|
||||||
bug #59525: Bogus error message because Copy/Paste typo in stk500.c
|
bug #59525: Bogus error message because Copy/Paste typo in stk500.c
|
||||||
bug #58078: [PATCH] buspirate: remove compound literals (fixes GCC>=9)
|
bug #58078: [PATCH] buspirate: remove compound literals (fixes GCC>=9)
|
||||||
|
bug #57453: [PATCH] fix reference to nonexistant -m option by changing to -U
|
||||||
|
|
||||||
* Patches:
|
* Patches:
|
||||||
patch #9482: Add support for UPDI and AVR8X
|
patch #9482: Add support for UPDI and AVR8X
|
||||||
|
|
|
@ -250,7 +250,7 @@ lock bits can be programmed as well. These are implemented within
|
||||||
.Nm
|
.Nm
|
||||||
as separate memory types and can be programmed using data from a file
|
as separate memory types and can be programmed using data from a file
|
||||||
(see the
|
(see the
|
||||||
.Fl m
|
.Fl U
|
||||||
option) or from terminal mode (see the
|
option) or from terminal mode (see the
|
||||||
.Ar dump
|
.Ar dump
|
||||||
and
|
and
|
||||||
|
|
Loading…
Reference in New Issue