mirror of
https://github.com/avrdudes/avrdude.git
synced 2026-09-22 00:56:21 +03:00
Add liuxgpio to connection_type documentation
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user