[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/msp430
msp430hardware.h, 1.5, 1.6
Vlado Handziski
vlahan at users.sourceforge.net
Thu Mar 13 08:18:51 PDT 2008
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/rf230
PacketLastTouch.nc, NONE, 1.1 TimeSyncMessageC.nc, NONE,
1.1 TimeSyncMessageP.nc, NONE, 1.1 TimeSyncPacket.nc, NONE,
1.1 TimeSyncSend.nc, NONE, 1.1 DefaultMacC.nc, 1.2,
1.3 DefaultPacket.h, 1.1, 1.2 DefaultPacketC.nc, 1.1,
1.2 DefaultPacketP.nc, 1.1, 1.2 RF230LayerC.nc, 1.2,
1.3 RF230LayerP.nc, 1.3, 1.4 DefaultMac.h, 1.1, NONE notes.txt,
1.1, NONE
- Next message: [Tinyos-2-commits]
CVS: tinyos-2.x/tos/platforms/eyesIFX/chips/tda5250
tda5250RegDefaultSettings.h, 1.11,
1.12 tda5250BusResourceSettings.h, 1.10, 1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/msp430
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11508
Modified Files:
msp430hardware.h
Log Message:
Workaround for the missing __msp430_have_usart0_with_i2c switch in newer mspgcc include files.
When we update the distributed msp430 toolchain, all __msp430_* defines should be replaced with the new __MSP430_* equivalents
Index: msp430hardware.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/msp430/msp430hardware.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** msp430hardware.h 8 Oct 2007 20:10:09 -0000 1.5
--- msp430hardware.h 13 Mar 2008 15:18:49 -0000 1.6
***************
*** 135,138 ****
--- 135,143 ----
#endif
+ // backwards compatibility to older versions of the header files
+ #ifdef __MSP430_HAS_I2C__
+ #define __msp430_have_usart0_with_i2c
+ #endif
+
// I2CBusy flag is not defined by current MSP430-GCC
#ifdef __msp430_have_usart0_with_i2c
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/rf230
PacketLastTouch.nc, NONE, 1.1 TimeSyncMessageC.nc, NONE,
1.1 TimeSyncMessageP.nc, NONE, 1.1 TimeSyncPacket.nc, NONE,
1.1 TimeSyncSend.nc, NONE, 1.1 DefaultMacC.nc, 1.2,
1.3 DefaultPacket.h, 1.1, 1.2 DefaultPacketC.nc, 1.1,
1.2 DefaultPacketP.nc, 1.1, 1.2 RF230LayerC.nc, 1.2,
1.3 RF230LayerP.nc, 1.3, 1.4 DefaultMac.h, 1.1, NONE notes.txt,
1.1, NONE
- Next message: [Tinyos-2-commits]
CVS: tinyos-2.x/tos/platforms/eyesIFX/chips/tda5250
tda5250RegDefaultSettings.h, 1.11,
1.12 tda5250BusResourceSettings.h, 1.10, 1.11
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list