CVS: packaging README.txt,1.3,1.4

Chris Liechti <[email protected]>
Newsgroups gmane.comp.hardware.texas-instruments.msp430.gcc.cvs
Message-ID <[email protected]>
Update of /cvsroot/mspgcc/packaging
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv23275/packaging

Modified Files:
	README.txt 
Log Message:
- rewrap text to 80 colums
- add some notes and fix old information

Index: README.txt
===================================================================
RCS file: /cvsroot/mspgcc/packaging/README.txt,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -w -d -r1.3 -r1.4
--- README.txt	26 Sep 2005 22:46:39 -0000	1.3
+++ README.txt	4 Jan 2006 00:37:46 -0000	1.4
@@ -1,73 +1,92 @@
-MSPGCC - a port of the GNU tool chain for the Texas Instruments MSP430 microcontrollers
-
-=======================================================================================
+MSPGCC - a port of the GNU tool chain for the Texas Instruments MSP430 MCUs
 
+==============================================================================
 
-MSPGCC is a port of the GNU tools for the Texas Instruments MSP430 family of ultra-low
-power microcontrollers. If you have used the GNU toolchain for other platforms, such as
-Linux, you will be right at home with this port. Using the full C language often produces
-poor code on MCUs. Not so with mspgcc on the MSP430. You can use the full C language
-with good efficiency.
+MSPGCC is a port of the GNU tools for the Texas Instruments MSP430 family of
+ultra-low power microcontrollers. If you have used the GNU toolchain for other
+platforms, such as Linux, you will be right at home with this port. Using the
+full C language often produces poor code on MCUs. Not so with mspgcc on the
+MSP430. You can use the full C language with good efficiency.
 
 The following packages are included:
 
 binutils
 
-    The includes an assembler, linker and other tools for handling executable files. the current
-    version is based on the 030303 snapshot of binutils.
+    The includes an assembler, linker and other tools for handling executable
+    files. The current version is based on release 2.16 of binutils.
 
 make and friends
 
-    The GNU make, diff, patch, cp, mkdir, mv and rm utilities are included, to make a more
-    complete development environment.
+    The GNU make, diff, patch, cp, mkdir, mv and rm utilities are included, to
+    make a more complete development environment.
 
 GCC C compiler
 
-    This is a full C89 compiler. It also supports much of C99 too. The MSP430 port supports
-    integers from 8 to 64 bits long, and 32 bit floating point numbers. The current version
-    is based on version 3.2.2 of GCC. It produces fast compact code.
+    This is a full C89 compiler. It also supports much of C99 too. The MSP430
+    port supports integers from 8 to 64 bits long, and 32 bit floating point
+    numbers. The current version is based on version 3.2.2 of GCC. It produces
+    fast compact code.
 
 GDB
 
-    This is a full featured command line debugger. It can be used to simulate the MSP430.
-    Used with msp430-gdbproxy it can be used to debug an in circuit MSP430, through the
-    parallel port JTAG tools supplied by Texas Instruments and some third parties. You could
-    even make your own. The circuit diagram is available from the Texas Instruments web site.
+    This is a full featured command line debugger. It can be used to simulate
+    the MSP430. Used with msp430-gdbproxy it can be used to debug an in
+    circuit MSP430, through the parallel port JTAG tools supplied by Texas
+    Instruments and some third parties. You could even make your own. The
+    circuit diagram is available from the Texas Instruments web site.
 
 gdbproxy
 
-    The gdbproxy program provides a TCP/IP to JTAG interface for the MSP430 FET JTAG device.
-    The TCP/IP side obeys the GNU remote debug protocol. It can, therefore, be used with GDB
-    or Insight to provide a full in-circuit debug environment for the MSP430.
+    The gdbproxy program provides a TCP/IP to JTAG interface for the MSP430
+    FET JTAG device. The TCP/IP side obeys the GNU remote debug protocol.
+    It can, therefore, be used with GDB or Insight to provide a full
+    in-circuit debug environment for the MSP430.
+    It supports the parallel port interface an the USB box (on Windows only).
 
 giveio
 
-    THIS PROGRAM IS ONLY REQUIRED FOR WINDOWS NT, 2000, and XP. IT IS NOT NEEDED TO USE THE TOOLS
-    ON MACHINES RUNNING WINDOWS 95, 98 or Me.
+    THIS PROGRAM IS ONLY REQUIRED FOR WINDOWS NT, 2000, and XP. IT IS NOT
+    NEEDED TO USE THE TOOLS ON MACHINES RUNNING WINDOWS 95, 98 or Me.
 
-    The giveio driver allows programs free access to a computer's parallel port. This driver is
-    required when using gdbproxy on a Windows NT, 2000 or XP machine. Without it gdbproxy will be
-    blocked from controlling the parallel port, and hence the JTAG tool.
+    The giveio driver allows programs free access to a computer's parallel
+    port. This driver is required when using gdbproxy on a Windows NT, 2000
+    or XP machine. Without it gdbproxy will be blocked from controlling the
+    parallel port, and hence the JTAG tool.
 
 msp430-jtag, msp430-bsl
 
-    These tools can download elf, intel-hex and TI-text files trough JTAG (parallel interface)
-    or BSL (serial port).
+    These tools can download elf, intel-hex and TI-text files trough JTAG
+    (parallel port interface) or BSL (serial port).
 
 msp430-downloader
 
-    Graphical frontend for msp430-jtag. This makes it easier to associate .a43 or .elf
-    files to the downloader.
+    Graphical frontend for msp430-jtag. This makes it easier to associate
+    .a43 or .elf files to the downloader.
+
+msp430-dco
+
+    This tool can measure the DCO clock settings or print the clock settings
+    for a given frequency.
+
+TI-Text tools
+
+    ihex2titext and titext2ihex are tools to convert from an to TI-Text.
+
+The MSPGCC documentation includes a manual and FAQ for this toolchain and
+a great number of examples server as demostration for the compiler and
+assembler, for makefiles, and for the add on libraries libmspgcc,
+libcommandline and libspi. There are separeate readme files for the examples.
 
 
 The home page for the GNU tools is
     http://www.gnu.org
 
-Source code and full documentation for the generic tools is available from this site.
+Source code and full documentation for the generic tools is available from
+this site.
 
 The home page for the MSP430 port is:
     http://mspgcc.sourceforge.net
 
-Source code for all GPL licenced components of the MSP430 port, and documentation for MSP430
-aspects of the tools is available from this site. You will also find a mailing list for mspgcc
-users.
+Source code for all GPL licenced components of the MSP430 port, and
+documentation for MSP430 aspects of the tools is available from this site.
+You will also find a mailing list for mspgcc users.



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.