CVS: examples/uart_test makefile, 1.3, 1.4 taskhandler.h, 1.1, 1.2

"Sergey A. Borshch" <[email protected]> Thu, 9 Oct 2008 15:00:15 +0000
Newsgroups gmane.comp.hardware.texas-instruments.msp430.gcc.cvs
Message-ID <[email protected]>
Update of /cvsroot/mspgcc/examples/uart_test
In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv7041/examples/uart_test

Modified Files:
	makefile taskhandler.h 
Log Message:
* New cpu added:
  - F2112, F2122, F2132
  - G4250, G4260, G4270
  - E4232, E4242, E4252, E4272
  - F4351, F4361, F4371
  - F4783, F4784, F4793, F4794
  - F5418, F5419, F5435...F5438 (empty header file yet)
* headers added: 21x2, 47xx, 54xx(empty), tlv.h
* headers fixed:
  - checking for _GNU_ASSEMBLER_ macro changed to GCC predefined macro __ASSEMBLER__. 
    Unneeded -D_GNU_ASSEMBLER_ removed from examples and libraries makefiles.
  - __msp430_have_sd16a in headers changed to common-style __MSP430_HAS_SD16_A__
  - E42x: fixed number of SD16 channels
  - F42x0: fixed number of SD16A channels
  - G42x0: fixed number of SD16A channels


Index: makefile
===================================================================
RCS file: /cvsroot/mspgcc/examples/uart_test/makefile,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -w -d -r1.3 -r1.4
--- makefile	8 Jun 2004 07:05:29 -0000	1.3
+++ makefile	9 Oct 2008 15:00:13 -0000	1.4
@@ -3,7 +3,7 @@
 OBJECTS         = main.o taskhandler.o serialComm.o asmlib.o
 CPU             = msp430x148
 
-ASFLAGS         = -mmcu=${CPU} -D_GNU_ASSEMBLER_
+ASFLAGS         = -mmcu=${CPU}
 CFLAGS          = -mmcu=${CPU} -O2 -Wall -g
 
 #switch the compiler (for the internal make rules)

Index: taskhandler.h
===================================================================
RCS file: /cvsroot/mspgcc/examples/uart_test/taskhandler.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -w -d -r1.1 -r1.2
--- taskhandler.h	10 Oct 2003 03:05:58 -0000	1.1
+++ taskhandler.h	9 Oct 2008 15:00:13 -0000	1.2
@@ -5,7 +5,7 @@
 //http://mspgcc.sf.net
 //chris <[email protected]>
 
-#ifndef _GNU_ASSEMBLER_
+#ifndef __ASSEMBLER__
 void __attribute__((noreturn)) taskhandler(unsigned short taskreginit);   //Taskhandler loop
 extern unsigned short taskreg;  //priority/activation bits of tasks
 #endif


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/