CVS: examples README.txt,1.6,1.7 makefile,1.13,1.14
Chris Liechti <[email protected]>
| Newsgroups | gmane.comp.hardware.texas-instruments.msp430.gcc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/mspgcc/examples
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4613/examples
Modified Files:
README.txt makefile
Log Message:
doc updates:
- add links to the source files and directories
- add "back" links
Index: README.txt
===================================================================
RCS file: /cvsroot/mspgcc/examples/README.txt,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -w -d -r1.6 -r1.7
--- README.txt 10 Mar 2006 23:09:07 -0000 1.6
+++ README.txt 13 Mar 2006 18:22:34 -0000 1.7
@@ -1,28 +1,29 @@
+=================
MSPGCC Examples
-===============
+=================
Some of the examples are ported from TIs examples, others are part of MSPGCC.
MSPGCC examples
----------------
+===============
Most examples are covered by a license_. See also the individual readmes in
the respective folders.
Applications
-~~~~~~~~~~~~
+------------
i2c_spy_
This program implements a I2C spy in software. The I2C data is logged
as hex dump over the serial port. No hardware support for the I2C is
needed, which means this application can run a F123.
Simple
-~~~~~~
+------
leds_
A very simple example that blinks with LEDs on P1OUT and P2OUT.
U(S)ART/RS232
-~~~~~~~~~~~~~
+-------------
bufferedUSART_
Hardware USART with interrupts, buffering.
@@ -33,7 +34,7 @@
Simple Hardware USART test.
LCDs
-~~~~
+----
char_lcd_
Character LCD example.
@@ -41,7 +42,7 @@
Graphics LCD example.
Other
-~~~~~
+-----
.. pc_keyboard_
.. An unfinished example: connecting a PC PS/2 keyboard to a MSP430.
@@ -54,7 +55,7 @@
master over the JTAG interface.
iostructures_
- Demonstration of iostructures.h wich enables struct/bitfield access
+ Demonstration of iostructures.h which enables struct/bitfield access
to the IO ports.
libraries_
@@ -105,11 +106,11 @@
TI's application notes
-----------------------
+======================
-The examples in the directories beginning slac are the examples from the
-similarly named packages of examples available at the Texas Instruments web
-site. These copies have been adapted for the MSPGCC compiler. This means:
+The examples in the directories beginning with ``slac`` are the examples from
+the similarly named packages of examples available at the Texas Instruments
+web site. These copies have been adapted for the MSPGCC compiler. This means:
- The interrupt routines are defined slightly differently, to suit the
syntax of GCC,
@@ -121,30 +122,59 @@
The ported sources for the following application notes are available:
-- slaa076a *Implementing a Real-Time Clock on the MSP430 (Rev. A)*
-- slaa078a *Implementing a UART Function with Timer_A3 (Rev. A)*
-- slaa108a *SPI-Based Data Acquisition/Monitor Using the TLC2551 Serial ADC ...*
-- slaa116 *Using PWM Timer_B as a DAC*
-- slaa119 *UltraLow Power RC Timer Implementation Using MSP430*
-- slaa120 *PWM DC Motor Control Using Timer A of the MSP430*
-- slaa123 *Solid State Voice Recorder Using Flash MSP430*
-- slaa125a *Implementing a Direct Thermocouple Interface With MSP430x4xx and ADS1240*
-- slaa126a *Interfacing the TLC3544/48 ADC to the MSP430F149 (Rev. A)*
-- slaa129 *Digital Fan Control with Tachometer using MSP430*
-- slaa131 *A Low-Cost 12-bits Speech CODEC Using the MSP430F13x*
-- slaa133
-- slaa136a *Ultrasonic Distance Measurement with the MSP430 (Rev. A)*
-- slaa138a *An Electronic Water Meter Design Using MSP430F41x (Rev. A)*
-- slaa150 *Interfacing the ADS8364 ADC to the MSP430F149*
-- slaa151 *Interfacing the MSP430 and TMP100 I2C Temperature Sensor*
-- slaa168 *Interfacing the TLC2552 and TLV2542 to the MSP430F149*
-- slac010 *FET110*
-- slac011 *FET110*
-- slac012 *FET120*
-- slac013 *FET120*
-- slac014 *FET140*
-- slac015 *FET140*
-- slac016 *FET410*
-- slac017 *FET410*
-- slac018 *FET440*
-- slac019 *FET440*
+- slaa076a_ *Implementing a Real-Time Clock on the MSP430 (Rev. A)*
+- slaa078a_ *Implementing a UART Function with Timer_A3 (Rev. A)*
+- slaa108a_ *SPI-Based Data Acquisition/Monitor Using the TLC2551 Serial ADC ...*
+- slaa116_ *Using PWM Timer_B as a DAC*
+- slaa119_ *UltraLow Power RC Timer Implementation Using MSP430*
+- slaa120_ *PWM DC Motor Control Using Timer A of the MSP430*
+- slaa123_ *Solid State Voice Recorder Using Flash MSP430*
+- slaa125a_ *Implementing a Direct Thermocouple Interface With MSP430x4xx and ADS1240*
+- slaa126a_ *Interfacing the TLC3544/48 ADC to the MSP430F149 (Rev. A)*
+- slaa129_ *Digital Fan Control with Tachometer using MSP430*
+- slaa131_ *A Low-Cost 12-bits Speech CODEC Using the MSP430F13x*
+- slaa133_
+- slaa136a_ *Ultrasonic Distance Measurement with the MSP430 (Rev. A)*
+- slaa138a_ *An Electronic Water Meter Design Using MSP430F41x (Rev. A)*
+- slaa150_ *Interfacing the ADS8364 ADC to the MSP430F149*
+- slaa151_ *Interfacing the MSP430 and TMP100 I2C Temperature Sensor*
+- slaa168_ *Interfacing the TLC2552 and TLV2542 to the MSP430F149*
+- slac010_ *FET110*
+- slac011_ *FET110*
+- slac012_ *FET120*
+- slac013_ *FET120*
+- slac014_ *FET140*
+- slac015_ *FET140*
+- slac016_ *FET410*
+- slac017_ *FET410*
+- slac018_ *FET440*
+- slac019_ *FET440*
+
+
+.. _slaa076a: slaa076a
+.. _slaa078a: slaa078a
+.. _slaa108a: slaa108a
+.. _slaa116: slaa116
+.. _slaa119: slaa119
+.. _slaa120: slaa120
+.. _slaa123: slaa123
+.. _slaa125a: slaa125a
+.. _slaa126a: slaa126a
+.. _slaa129: slaa129
+.. _slaa131: slaa131
+.. _slaa133: slaa133
+.. _slaa136a: slaa136a
+.. _slaa138a: slaa138a
+.. _slaa150: slaa150
+.. _slaa151: slaa151
+.. _slaa168: slaa168
+.. _slac010: slac010
+.. _slac011: slac011
+.. _slac012: slac012
+.. _slac013: slac013
+.. _slac014: slac014
+.. _slac015: slac015
+.. _slac016: slac016
+.. _slac017: slac017
+.. _slac018: slac018
+.. _slac019: slac019
Index: makefile
===================================================================
RCS file: /cvsroot/mspgcc/examples/makefile,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -w -d -r1.13 -r1.14
--- makefile 19 Jan 2006 00:11:16 -0000 1.13
+++ makefile 13 Mar 2006 18:22:34 -0000 1.14
@@ -1,6 +1,6 @@
PROJECTS = leds timerA_uart uart_test char_lcd gfx_lcd video uart_test\
sla* rawsources reed-solomon tcpip bufferedUSART tasker cplusplus \
- fet_spi_irq libraries i2c_spy stackcheck
+ fet_spi_irq libraries i2c_spy stackcheck iostructures
#not yet completed: pc_keyboard
STYLESHEET := "$(shell cygpath -w `pwd`)/../docs/stylesheet.css"
-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642