From a4a5a87b45af171e448f90cdca210fc78126567f Mon Sep 17 00:00:00 2001 From: "Brian S. Dean" Date: Sun, 24 Aug 2003 18:40:06 +0000 Subject: [PATCH] Document recent enhancements. git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@344 81a1dc3b-b13d-400b-aceb-764788c761c2 --- NEWS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/NEWS b/NEWS index 51c56bab..12602a3d 100644 --- a/NEWS +++ b/NEWS @@ -8,6 +8,20 @@ Approximate change log for AVRDUDE by version. Current: + * Add new -U option for specifying programming operations - allows + multiple memory operations on a single command line. + + * New progress reporting, looks nicer and is nicer to wrapper + environments such as emacs. + + * Fix long-standing timing (verify) problems on Windows platform. + Submitted by Alex Shepherd + + * Add new file format option - 'm' for "immediate mode." In this + case, the filename argument of the -o, -i, or -U options is + treated as the data for uploading - useful for specifying fuse + bits without having to create a single-byte file for uploading. + * Add support for displaying and setting the various STK500 operational parameters (Vtarget, Varef, Master clock).