Copy over description of extended parameters to avrdude.1

This commit is contained in:
Joerg Wunsch 2022-01-14 08:18:56 +01:00
parent ab57f38387
commit 153031d6d6
2 changed files with 12 additions and 1 deletions

View File

@ -1186,6 +1186,17 @@ line, and the XBee DIN pin (pin 3) must be connected to the MCU's
.Ql TXD
line.
.El
.It Ar serialupdi
Extended parameters:
.Bl -tag -offset indent -width indent
.It Ar rtsdtr=low|high
Forces RTS/DTR lines to assume low or high state during the whole
programming session. Some programmers might use this signal to
indicate UPDI programming state, but this is strictly hardware
specific.
.Pp
When not provided, driver/OS default value will be used.
.El
.El
.Sh FILES
.Bl -tag -offset indent -width /dev/ppi0XXX

View File

@ -1072,7 +1072,7 @@ Extended parameters:
@table @code
@item @samp{rtsdtr=low|high}
Forces RTS/DTR lines to assume low or high state during the whole
programming session. Some programmers might use this signal to
programming session. Some programmers might use this signal to
indicate UPDI programming state, but this is strictly hardware
specific.