[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/eyesIFX
PlatformSerialC.nc, 1.1.2.5, 1.1.2.6
Philipp Huppertz
phihup at users.sourceforge.net
Wed Oct 11 07:42:34 PDT 2006
Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv27631/tos/platforms/eyesIFX
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
PlatformSerialC.nc
Log Message:
- updated to new Uart interfaces
Index: PlatformSerialC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX/PlatformSerialC.nc,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -C2 -d -r1.1.2.5 -r1.1.2.6
*** PlatformSerialC.nc 3 Aug 2006 18:17:52 -0000 1.1.2.5
--- PlatformSerialC.nc 11 Oct 2006 14:42:31 -0000 1.1.2.6
***************
*** 1,10 ****
configuration PlatformSerialC {
provides interface StdControl;
! provides interface SerialByteComm;
}
implementation {
components new Msp430Uart1C() as UartC, eyesIFXSerialP;
! SerialByteComm = UartC;
StdControl = eyesIFXSerialP;
eyesIFXSerialP.Msp430UartConfigure <- UartC.Msp430UartConfigure;
--- 1,10 ----
configuration PlatformSerialC {
provides interface StdControl;
! provides interface UartStream;
}
implementation {
components new Msp430Uart1C() as UartC, eyesIFXSerialP;
! UartStream = UartC;
StdControl = eyesIFXSerialP;
eyesIFXSerialP.Msp430UartConfigure <- UartC.Msp430UartConfigure;
More information about the Tinyos-2-commits
mailing list