Skip to content

Commit e78c77f

Browse files
committed
Add -E linuxgpio/raspberry_pi_gpio to the docs
1 parent 709c147 commit e78c77f

File tree

2 files changed

+17
-9
lines changed

2 files changed

+17
-9
lines changed

src/avrdude.1

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2074,13 +2074,15 @@ Show help menu and exit.
20742074
.El
20752075
.El
20762076
.Ss Programmers accepting exitspec parameter
2077-
Currently, only the flip2, linuxspi and old school parallel port programmers
2078-
such as stk200 and dapa support exitspec parameter. These lets the user
2079-
decide in which state the programmer pins after ended programming session.
2077+
Currently, only the flip2, linuxspi, linuxgpio, raspberry_pi_gpio and old school parallel
2078+
port programmers such as stk200 and dapa support exitspec parameter.
2079+
These lets the user decide in which state the programmer pins after ended programming session.
20802080
Multiple exitspec options can be separated with commas.
20812081
.Bl -tag -offset indent -width indent
20822082
.It Ar flip2
20832083
.It Ar linuxspi
2084+
.It Ar linuxgpio
2085+
.It Ar raspberry_pi_gpio
20842086
.It Parallel port programmers
20852087
.Bl -tag -offset indent -width indent
20862088
.It Ar help

src/doc/avrdude.texi

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1169,19 +1169,25 @@ see the extended options of the chosen programmer.
11691169
@cindex @code{-x} flip2
11701170
@cindex Option @code{-x} linuxspi
11711171
@cindex @code{-x} linuxspi
1172+
@cindex Option @code{-x} linuxgpio
1173+
@cindex @code{-x} linuxgpio
1174+
@cindex Option @code{-x} raspberry_pi_gpio
1175+
@cindex @code{-x} raspberry_pi_gpio
11721176
@cindex Option @code{-x} parallel port programmers
11731177
@cindex @code{-x} parallel port programmers
11741178

1175-
Currently, only the @code{flip2}, @code{linuxspi} and old school parallel
1176-
port programmers such as @code{stk200} and @code{dapa} support @code{-E}
1177-
exitspec parameter options. These let the user decide in which state the
1178-
programmer pins after ended programming session. AVRDUDE only allows one
1179-
@code{-E} option. However, multiple exitspec parameters can be specified
1180-
as one comma-separated list.
1179+
Currently, only the @code{flip2}, @code{linuxspi}, @code{linuxgpio},
1180+
@code{raspberry_pi_gpio} and old school parallel port programmers such
1181+
as @code{stk200} and @code{dapa} support @code{-E} exitspec parameter options.
1182+
These let the user decide in which state the programmer pins after ended
1183+
programming session. AVRDUDE only allows one @code{-E} option. However,
1184+
multiple exitspec parameters can be specified as one comma-separated list.
11811185

11821186
@table @code
11831187
@item flip2
11841188
@itemx linuxspi
1189+
@itemx linuxgpio
1190+
@itemx raspberry_pi_gpio
11851191
@itemx Parallel port programmers
11861192

11871193
@table @code

0 commit comments

Comments
 (0)