Add -E linuxgpio/raspberry_pi_gpio to the docs

This commit is contained in:
MCUdude
2025-05-03 23:37:39 +02:00
parent 709c147e55
commit e78c77feab
2 changed files with 17 additions and 9 deletions

View File

@@ -2074,13 +2074,15 @@ Show help menu and exit.
.El
.El
.Ss Programmers accepting exitspec parameter
Currently, only the flip2, linuxspi and old school parallel port programmers
such as stk200 and dapa support exitspec parameter. These lets the user
decide in which state the programmer pins after ended programming session.
Currently, only the flip2, linuxspi, linuxgpio, raspberry_pi_gpio and old school parallel
port programmers such as stk200 and dapa support exitspec parameter.
These lets the user decide in which state the programmer pins after ended programming session.
Multiple exitspec options can be separated with commas.
.Bl -tag -offset indent -width indent
.It Ar flip2
.It Ar linuxspi
.It Ar linuxgpio
.It Ar raspberry_pi_gpio
.It Parallel port programmers
.Bl -tag -offset indent -width indent
.It Ar help

View File

@@ -1169,19 +1169,25 @@ see the extended options of the chosen programmer.
@cindex @code{-x} flip2
@cindex Option @code{-x} linuxspi
@cindex @code{-x} linuxspi
@cindex Option @code{-x} linuxgpio
@cindex @code{-x} linuxgpio
@cindex Option @code{-x} raspberry_pi_gpio
@cindex @code{-x} raspberry_pi_gpio
@cindex Option @code{-x} parallel port programmers
@cindex @code{-x} parallel port programmers
Currently, only the @code{flip2}, @code{linuxspi} and old school parallel
port programmers such as @code{stk200} and @code{dapa} support @code{-E}
exitspec parameter options. These let the user decide in which state the
programmer pins after ended programming session. AVRDUDE only allows one
@code{-E} option. However, multiple exitspec parameters can be specified
as one comma-separated list.
Currently, only the @code{flip2}, @code{linuxspi}, @code{linuxgpio},
@code{raspberry_pi_gpio} and old school parallel port programmers such
as @code{stk200} and @code{dapa} support @code{-E} exitspec parameter options.
These let the user decide in which state the programmer pins after ended
programming session. AVRDUDE only allows one @code{-E} option. However,
multiple exitspec parameters can be specified as one comma-separated list.
@table @code
@item flip2
@itemx linuxspi
@itemx linuxgpio
@itemx raspberry_pi_gpio
@itemx Parallel port programmers
@table @code