diff --git a/src/avrdude.1 b/src/avrdude.1 index 670ecb55..520ae636 100644 --- a/src/avrdude.1 +++ b/src/avrdude.1 @@ -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 diff --git a/src/doc/avrdude.texi b/src/doc/avrdude.texi index 2ca2f6ed..7e4b3791 100644 --- a/src/doc/avrdude.texi +++ b/src/doc/avrdude.texi @@ -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.