CVS: msp430-libc/include/msp430 sys.h, 1.2, 1.3 wdt_a.h, 1.5, 1.6

"Sergey A. Borshch" <[email protected]> Sat, 28 Feb 2009 12:14:55 +0000
Newsgroups gmane.comp.hardware.texas-instruments.msp430.gcc.cvs
Message-ID <[email protected]>
Update of /cvsroot/mspgcc/msp430-libc/include/msp430
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv29160

Modified Files:
	sys.h wdt_a.h 
Log Message:
headers fixes by JMGross


Index: sys.h
===================================================================
RCS file: /cvsroot/mspgcc/msp430-libc/include/msp430/sys.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -w -d -r1.2 -r1.3
--- sys.h	10 Dec 2008 22:32:12 -0000	1.2
+++ sys.h	28 Feb 2009 12:14:53 -0000	1.3
@@ -98,9 +98,9 @@
 #define SYSBSLSIZE0         (1<<0)  /* BSL size */
 
 #define SYSBSLSIZE_0        (0<<0)  /* size 512 bytes, BSL_SEG_3 */
-#define SYSBSLSIZE_1        (0<<1)  /* size 1024 bytes, BSL_SEG_2,3 */
-#define SYSBSLSIZE_2        (0<<2)  /* size 1536 bytes, BSL_SEG_1,2,3 */
-#define SYSBSLSIZE_3        (0<<3)  /* size 2048 bytes, BSL_SEG_0,1,2,3 */
+#define SYSBSLSIZE_1        (1<<0)  /* size 1024 bytes, BSL_SEG_2,3 */
+#define SYSBSLSIZE_2        (2<<0)  /* size 1536 bytes, BSL_SEG_1,2,3 */
+#define SYSBSLSIZE_3        (3<<0)  /* size 2048 bytes, BSL_SEG_0,1,2,3 */
 
 /* SYSJMBC, SYSJMBC_L */
 #define JMBCLR1OFF          (1<<7)  /* Incomming JTAG mailbox 1 flag auto-clear disable */

Index: wdt_a.h
===================================================================
RCS file: /cvsroot/mspgcc/msp430-libc/include/msp430/wdt_a.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -w -d -r1.5 -r1.6
--- wdt_a.h	11 Jan 2009 23:11:48 -0000	1.5
+++ wdt_a.h	28 Feb 2009 12:14:53 -0000	1.6
@@ -34,14 +34,14 @@
 #define WDTIS0              (1<<0)      /* Watchdog timer interval select */
 
 /* Aliases by mspgcc */
-#define WDTIS_0             (0<<0)      /* Watchdog timer /64 */
-#define WDTIS_1             (1<<0)      /* Watchdog timer /512 */
-#define WDTIS_2             (2<<0)      /* Watchdog timer /8192 */
-#define WDTIS_3             (3<<0)      /* Watchdog timer /32K */
-#define WDTIS_4             (4<<0)      /* Watchdog timer /512K */
-#define WDTIS_5             (5<<0)      /* Watchdog timer /8192K */
-#define WDTIS_6             (6<<0)      /* Watchdog timer /128M */
-#define WDTIS_7             (7<<0)      /* Watchdog timer /2G */
+#define WDTIS_0             (0<<0)      /* Watchdog timer /2G */
+#define WDTIS_1             (1<<0)      /* Watchdog timer /128M */
+#define WDTIS_2             (2<<0)      /* Watchdog timer /8192K */
+#define WDTIS_3             (3<<0)      /* Watchdog timer /512K */
+#define WDTIS_4             (4<<0)      /* Watchdog timer /32K */
+#define WDTIS_5             (5<<0)      /* Watchdog timer /8192 */
+#define WDTIS_6             (6<<0)      /* Watchdog timer /512 */
+#define WDTIS_7             (7<<0)      /* Watchdog timer /64 */
 
 #define WDTSSEL_0           (0<<5)      /* Watchdog clock SMCLK */
 #define WDTSSEL_1           (1<<5)      /* Watchdog clock ACLK */


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H