From 419fd35b7244ab72cd536aaeaedd67d62e3d89c0 Mon Sep 17 00:00:00 2001 From: MCUdude Date: Sat, 1 Oct 2022 22:11:46 +0200 Subject: [PATCH] Mention linuxspi and flip2 programmers in the -E exitspecs section. linuxspi and flip2 supports "-E reset" and "-E noreset". --- src/avrdude.1 | 6 ++++++ src/doc/avrdude.texi | 8 ++++++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/src/avrdude.1 b/src/avrdude.1 index a9b5b812..deb50a1a 100644 --- a/src/avrdude.1 +++ b/src/avrdude.1 @@ -462,11 +462,17 @@ MCU type, a previous invocation of .Nm with this option specified is one of the possible ways to guarantee this condition. +.Em reset +is supported by the linuxspi and flip2 programmer options, as well as all +parallel port based programmers. .It Ar noreset The .Ql /RESET line will be deactivated at program exit, thus allowing the MCU target program to run while the programming hardware remains connected. +.Em noreset +is supported by the linuxspi and flip2 programmer options, as well as all +parallel port based programmers. .It Ar vcc This option will leave those parallel port pins active .Pq \&i. \&e. Em high diff --git a/src/doc/avrdude.texi b/src/doc/avrdude.texi index 8644768c..bcf03cd0 100644 --- a/src/doc/avrdude.texi +++ b/src/doc/avrdude.texi @@ -556,12 +556,16 @@ Note in particular that the programming algorithm for the AT90S1200 device mandates that the `/RESET' signal is active before powering up the MCU, so in case an external power supply is used for this MCU type, a previous invocation of AVRDUDE with this option specified is one of -the possible ways to guarantee this condition. +the possible ways to guarantee this condition. @code{reset} is supported +by the @code{linuxspi} and @code{flip2} programmer options, as well as +all parallel port based programmers. @item noreset The `/RESET' line will be deactivated at program exit, thus allowing the MCU target program to run while the programming hardware remains -connected. +connected. @code{noreset} is supported by the @code{linuxspi} and +@code{flip2} programmer options, as well as all parallel port based +programmers. @item vcc This option will leave those parallel port pins active (i. e. high) that