Added entry on tilib driver to manual.
This commit is contained in:
parent
e724c19a26
commit
6aff28e07a
|
@ -136,6 +136,12 @@ GDB client mode. Connect to a server which implements the GDB remote
|
||||||
protocol and provide an interface to it. To use this driver, specify
|
protocol and provide an interface to it. To use this driver, specify
|
||||||
the remote address in \fIhostname:port\fR format using the \fB-d\fR
|
the remote address in \fIhostname:port\fR format using the \fB-d\fR
|
||||||
option.
|
option.
|
||||||
|
.IP "\fBtilib\fR"
|
||||||
|
Use the Texas Instruments MSP430.DLL to access the device. The library
|
||||||
|
file (MSP430.DLL for Windows, libmsp430.so for Unix-like systems) must
|
||||||
|
be present in the dynamic loader search path.
|
||||||
|
|
||||||
|
USB connection is not supported for this driver.
|
||||||
.SH COMMANDS
|
.SH COMMANDS
|
||||||
MSPDebug can accept commands either through an interactive prompt, or
|
MSPDebug can accept commands either through an interactive prompt, or
|
||||||
non-interactively when specified on the command line. The supported
|
non-interactively when specified on the command line. The supported
|
||||||
|
|
Loading…
Reference in New Issue