Add liuxgpio to connection_type documentation

This commit is contained in:
stefanrueger
2026-07-29 20:08:48 +02:00
parent 181ae9d3b5
commit db4a4380fe
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ avrdude_conf_version = "@AVRDUDE_FULL_VERSION@";
# prog_modes = PM_<i/f> {| PM_<i/f>} # interfaces, eg, PM_SPM|PM_PDI (1)
# is_serialadapter = <yes|no> # programmer is also a serialadapter
# extra_features = HAS_<fea> {| HAS_<fea>} # extra features, eg, HAS_SUFFER (2)
# connection_type = parallel | serial | usb | spi
# connection_type = parallel | serial | usb | spi | linuxgpio
# port = <port> # default port, quoted string
# baudrate = <num> ; # baudrate for the programmer
# vcc = <pin1> [, <pin2> ... ] ; # pin number(s) (3)

View File

@@ -3792,7 +3792,7 @@ programmer
prog_modes = PM_<i/f> @{| PM_<i/f>@} # interfaces, e.g., PM_SPM|PM_PDI (1)
is_serialadapter = <yes|no> # programmer is also a serialadapter
extra_features = HAS_<fea> @{| HAS_<fea>@} # extra features, e.g., HAS_SUFFER (2)
connection_type = parallel | serial | usb | spi
connection_type = parallel | serial | usb | spi | linuxgpio
port = <port> # default port, quoted string
baudrate = <num>; # baudrate for the programmer
vcc = <pin1> [, <pin2> ... ]; # pin number(s) (3)