update manpage
This commit is contained in:
parent
d64791bac6
commit
6a2b27db13
|
@ -52,6 +52,10 @@ section \fBDRIVERS\fR below for details.
|
|||
.IP "\-U \fIbus\fR:\fIdevice\fR"
|
||||
Specify a particular USB device to connect to. Without this option,
|
||||
the first device of the appropriate type is opened.
|
||||
.IP "\-V \fIvid\fR:\fIpid\fR"
|
||||
Specify a VID and PID of the USB device to connect to, or override the
|
||||
default VID and PID. Some drives, such as \fBmehfet\fR, require this option,
|
||||
while others have a default VID and PID which can be overridden.
|
||||
.IP "\-s \fIserial\fR"
|
||||
Specify a particular USB device serial number to connect to. Use this
|
||||
option to distinguish between multiple devices of the same type.
|
||||
|
@ -230,6 +234,11 @@ There are reports of this operation causing an erase of info A in some
|
|||
devices. Use at your own risk.
|
||||
.IP "\fBbus-pirate\fR"
|
||||
Raw JTAG using Bus Pirate devices.
|
||||
.IP "\fBmehfet\fR"
|
||||
Connect to a MehFET USB-based debugging protocol-capable device. It can
|
||||
support both JTAG and Spy-Bi-Wire. For now, only 16-bit CPUs (that is,
|
||||
non-430X or Xv2) are suppored, as with the \fBpif\fR, \fBgpio\fR,
|
||||
\fBbus-pirate\fR and \fBgoodfet\fR rivers.
|
||||
.SH COMMANDS
|
||||
MSPDebug can accept commands either through an interactive prompt, or
|
||||
non-interactively when specified on the command line. The supported
|
||||
|
|
Loading…
Reference in New Issue