Manual: note that RF2500 driver works for Chronos devices.
This commit is contained in:
parent
53e28ea8fb
commit
33ea3aa5e7
|
@ -6,8 +6,8 @@ MSPDebug - debugging tool for MSP430 MCUs
|
||||||
.SH DESCRIPTION
|
.SH DESCRIPTION
|
||||||
MSPDebug is a command-line tool designed for debugging and programming
|
MSPDebug is a command-line tool designed for debugging and programming
|
||||||
the MSP430 family of MCUs. It supports the eZ430-F2013, eZ430-RF2500,
|
the MSP430 family of MCUs. It supports the eZ430-F2013, eZ430-RF2500,
|
||||||
Launchpad, FET430UIF and Olimex MSP-JTAG-TINY programming tools, as
|
Launchpad, Chronos, FET430UIF and Olimex MSP-JTAG-TINY programming tools,
|
||||||
well as a simulation mode.
|
as well as a simulation mode.
|
||||||
|
|
||||||
When started with appropriate options, MSPDebug will attempt to
|
When started with appropriate options, MSPDebug will attempt to
|
||||||
connect to the debugging tool specified and identify the device under
|
connect to the debugging tool specified and identify the device under
|
||||||
|
@ -75,8 +75,8 @@ Show program version and copyright information.
|
||||||
A driver name must be specified on the command line for MSPDebug to
|
A driver name must be specified on the command line for MSPDebug to
|
||||||
connect to. Valid driver names are listed here.
|
connect to. Valid driver names are listed here.
|
||||||
.IP "\fBrf2500\fR"
|
.IP "\fBrf2500\fR"
|
||||||
Connect to an eZ430-RF2500 or Launchpad device. Only USB connection is
|
Connect to an eZ430-RF2500, Launchpad or Chronos device. Only USB
|
||||||
supported.
|
connection is supported.
|
||||||
.IP "\fBolimex\fR"
|
.IP "\fBolimex\fR"
|
||||||
Connect to an Olimex MSP-JTAG-TINY device. Both USB and tty access are
|
Connect to an Olimex MSP-JTAG-TINY device. Both USB and tty access are
|
||||||
supported.
|
supported.
|
||||||
|
|
Loading…
Reference in New Issue