Mention linuxspi and flip2 programmers
in the -E exitspecs section. linuxspi and flip2 supports "-E reset" and "-E noreset".
This commit is contained in:
parent
ef209fe44e
commit
419fd35b72
|
@ -462,11 +462,17 @@ MCU type, a previous invocation of
|
||||||
.Nm
|
.Nm
|
||||||
with this option specified is one of the possible ways to guarantee this
|
with this option specified is one of the possible ways to guarantee this
|
||||||
condition.
|
condition.
|
||||||
|
.Em reset
|
||||||
|
is supported by the linuxspi and flip2 programmer options, as well as all
|
||||||
|
parallel port based programmers.
|
||||||
.It Ar noreset
|
.It Ar noreset
|
||||||
The
|
The
|
||||||
.Ql /RESET
|
.Ql /RESET
|
||||||
line will be deactivated at program exit, thus allowing the MCU target
|
line will be deactivated at program exit, thus allowing the MCU target
|
||||||
program to run while the programming hardware remains connected.
|
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
|
.It Ar vcc
|
||||||
This option will leave those parallel port pins active
|
This option will leave those parallel port pins active
|
||||||
.Pq \&i. \&e. Em high
|
.Pq \&i. \&e. Em high
|
||||||
|
|
|
@ -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
|
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,
|
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
|
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
|
@item noreset
|
||||||
The `/RESET' line will be deactivated at program exit, thus allowing the
|
The `/RESET' line will be deactivated at program exit, thus allowing the
|
||||||
MCU target program to run while the programming hardware remains
|
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
|
@item vcc
|
||||||
This option will leave those parallel port pins active (i. e. high) that
|
This option will leave those parallel port pins active (i. e. high) that
|
||||||
|
|
Loading…
Reference in New Issue