* main.c: Remember whether the device initialization worked, and

allow to continue with -F if it failed yet do not attempt to
perform anything on the device itself.  That way, -tF could be
specified for programmers like the STK500/STK600 even without a
device connected, just in order to allow changing parameters on
the programmer itself.
* avrdude.1: Document that possible use of the -F option.
* doc/avrdude.texi: (Ditto.)


git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@779 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
Joerg Wunsch
2008-07-29 21:26:55 +00:00
parent 7f29eb67ea
commit 3673174077
5 changed files with 50 additions and 13 deletions

4
NEWS
View File

@@ -28,6 +28,10 @@ Current:
* Add support for ATxmega128A1 (including the revision D engineering
samples) for STK600 tools using PDI
* The option combination -tF now enters terminal mode even if the
device initialization failed, so the user can modify programmer
parameters (like Vtarget).
Version 5.5:
* Add support for the USBtinyISP programmer (patch #6233)