Add entry about "immediate mode."
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@353 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
9560dfe881
commit
ce6e943739
|
@ -100,6 +100,19 @@
|
||||||
* fileio.c: Fix for bug #3293. Set correct open mode for raw format
|
* fileio.c: Fix for bug #3293. Set correct open mode for raw format
|
||||||
for Windows.
|
for Windows.
|
||||||
|
|
||||||
|
2003/04/19 18:41:35 bdean
|
||||||
|
|
||||||
|
* avrdude.1:
|
||||||
|
* fileio.c:
|
||||||
|
* fileio.h:
|
||||||
|
* main.c:
|
||||||
|
Implement and "immediate mode" for file input - this allows
|
||||||
|
one to specify byte values on the command line instead of via
|
||||||
|
a file. This can be good for specifying fuse bytes and
|
||||||
|
eliminates the need to create single-byte files or using
|
||||||
|
interactive terminal mode for these single-byte memories.
|
||||||
|
Requested by several folks on the mailing list.
|
||||||
|
|
||||||
2003-04-18 Theodore A. Roth <troth@openavr.org>
|
2003-04-18 Theodore A. Roth <troth@openavr.org>
|
||||||
|
|
||||||
* configure.ac: Add cvs suffix back to version.
|
* configure.ac: Add cvs suffix back to version.
|
||||||
|
|
Loading…
Reference in New Issue