Document changed -P parsing for PICKit5 programmers

This commit is contained in:
Stefan Rueger
2026-06-18 12:48:04 +01:00
parent 114954fbf7
commit 3d0e326b2f
2 changed files with 12 additions and 12 deletions

View File

@@ -698,12 +698,12 @@ For examples, see the respective
.Em Troubleshooting
entry in the detailed pdf documentation.
.Pp
The -c pickit5 programmer allows overriding the product ID with a
hexadecimal number <pid> using -P usb::<pid> and the vendor and product
IDs with hexadecimal numbers <vid> and <pid> using -P usb:<vid>:<pid>. The
The -c pickit5 programmer allows overriding the vendor and product IDs
with hexadecimal numbers <vid> and <pid> using -P usb:<vid>:<pid>. The
form -P usb:<serialno> requests AVRDUDE select the PICkit5 programmer with
a serial number that ends in <serialno> (and with vid/pid from the
configuration files).
a serial number that ends in <serialno> and with vid/pid from the
configuration files. It is also possible to override vid/pid and require a
serialno match via -P usb:<vid>:<pid>:<serialno>.
.Pp
For the XBee programmer the target MCU is to be programmed wirelessly over a
ZigBee mesh using the XBeeBoot bootloader. The ZigBee 64-bit address for the

View File

@@ -889,13 +889,13 @@ usb:@var{serialno}}. The USBasp serial number is matched from the end, so
only the unique least significant bytes are needed. For examples, see the
respective entry in @ref{Troubleshooting}.
The @code{-c pickit5} programmer allows overriding the product ID with a
hexadecimal number @var{pid} using @code{-P usb::@var{pid}} and the vendor
and product IDs with hexadecimal numbers @var{vid} and @var{pid} using
@code{-P usb:@var{vid}:@var{pid}}. The form @code{-P usb:@var{serialno}}
requests AVRDUDE select the PICkit5 programmer with a serial number that
ends in @var{serialno} (and with @var{vid}/@var{pid} from the
configuration files).
The @code{-c pickit5} programmer allows overriding the vendor and product
IDs with hexadecimal numbers @var{vid} and @var{pid} using @code{-P
usb:@var{vid}:@var{pid}}. The form @code{-P usb:@var{serialno}} requests
AVRDUDE select the PICkit5 programmer with a serial number that ends in
@var{serialno} and with @var{vid}/@var{pid} from the configuration files.
It is also possible to override @var{vid}/@var{pid} and require a
@var{serialno} match via @code{-P usb:@var{vid}:@var{pid}:@var{serialno}}.
For the XBee programmer the target MCU is to be programmed wirelessly
over a ZigBee mesh using the XBeeBoot bootloader. The ZigBee 64-bit