CVS: msp430-libc/include msp430x241x.h, 1.4, 1.5 msp430x24x.h, 1.5, 1.6 msp430x24x1.h, 1.5, 1.6
Chris Liechti <[email protected]> Wed, 18 Jun 2008 15:25:57 -0700
| Newsgroups | gmane.comp.hardware.texas-instruments.msp430.gcc.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/mspgcc/msp430-libc/include In directory sc8-pr-cvs16.sourceforge.net:/tmp/cvs-serv22332 Modified Files: msp430x241x.h msp430x24x.h msp430x24x1.h Log Message: header updates Index: msp430x241x.h =================================================================== RCS file: /cvsroot/mspgcc/msp430-libc/include/msp430x241x.h,v retrieving revision 1.4 retrieving revision 1.5 diff -u -w -d -r1.4 -r1.5 --- msp430x241x.h 18 Jun 2008 00:54:03 -0000 1.4 +++ msp430x241x.h 18 Jun 2008 22:25:51 -0000 1.5 @@ -49,6 +49,9 @@ #define __MSP430_HAS_FLASH2__ #define __MSP430_HAS_CAPLUS__ #define __MSP430_HAS_ADC12__ +#define __MSP430_HAS_DAC12__ +#define __MSP430_HAS_DMA__ + #include <msp430/mpy.h> #include <msp430/gpio.h> @@ -59,6 +62,8 @@ #include <msp430/flash.h> #include <msp430/compa.h> #include <msp430/adc12.h> +#include <msp430/dac12.h> +#include <msp430/dma.h> #include <msp430/common.h> #define IE1_ 0x0000 /* Interrupt Enable 1 */ Index: msp430x24x.h =================================================================== RCS file: /cvsroot/mspgcc/msp430-libc/include/msp430x24x.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -w -d -r1.5 -r1.6 --- msp430x24x.h 18 Jun 2008 00:04:40 -0000 1.5 +++ msp430x24x.h 18 Jun 2008 22:25:51 -0000 1.6 @@ -10,6 +10,13 @@ * Originally based in part on work by Texas Instruments Inc. * * $Id$ + * + * 2008-02-05 - modifications by G.Lemm <[email protected]> + * - defined __DisableCalData to get rid of assembler errors + * - cut vector table to 32 byte length + * - added usci.h include + * - added __MSP430_HAS_USCI1__ define_ + * - commented out usart.h (didn't take a close look if we still need it) */ #include <iomacros.h> @@ -24,6 +31,7 @@ #define __MSP430_HAS_PORT6_R__ #define __MSP430_HAS_SVS__ #define __MSP430_HAS_USCI__ +#define __MSP430_HAS_USCI1__ #define __MSP430_HAS_USCI_AB0__ #define __MSP430_HAS_USCI_AB1__ #define __MSP430_HAS_TA3__ Index: msp430x24x1.h =================================================================== RCS file: /cvsroot/mspgcc/msp430-libc/include/msp430x24x1.h,v retrieving revision 1.5 retrieving revision 1.6 diff -u -w -d -r1.5 -r1.6 --- msp430x24x1.h 18 Jun 2008 00:04:40 -0000 1.5 +++ msp430x24x1.h 18 Jun 2008 22:25:52 -0000 1.6 @@ -24,6 +24,7 @@ #define __MSP430_HAS_PORT6_R__ #define __MSP430_HAS_SVS__ #define __MSP430_HAS_USCI__ +#define __MSP430_HAS_USCI1__ #define __MSP430_HAS_USCI_AB0__ #define __MSP430_HAS_USCI_AB1__ #define __MSP430_HAS_TA3__ ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php