[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/intelmote2 PlatformSerialC.nc, 1.1.2.3, 1.1.2.4

Philip Buonadonna philipb at users.sourceforge.net
Wed Oct 18 17:49:07 PDT 2006


Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/intelmote2
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv16085

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	PlatformSerialC.nc 
Log Message:
Update to support current serial components/abstractions

Index: PlatformSerialC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/intelmote2/PlatformSerialC.nc,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -d -r1.1.2.3 -r1.1.2.4
*** PlatformSerialC.nc	17 Jul 2006 18:24:41 -0000	1.1.2.3
--- PlatformSerialC.nc	19 Oct 2006 00:49:05 -0000	1.1.2.4
***************
*** 38,42 ****
    provides interface Init;
    provides interface StdControl;
!   provides interface SerialByteComm;
  }
  implementation {
--- 38,43 ----
    provides interface Init;
    provides interface StdControl;
!   provides interface UartByte;
!   provides interface UartStream;
  }
  implementation {
***************
*** 50,54 ****
    Init = IM2InitSerialP;
    StdControl = HalPXA27xSerialP;
!   SerialByteComm = HalPXA27xSerialP;
    
    HalPXA27xSerialP.UARTInit -> HplPXA27xSTUARTC.Init;
--- 51,56 ----
    Init = IM2InitSerialP;
    StdControl = HalPXA27xSerialP;
!   UartByte = HalPXA27xSerialP;
!   UartStream = HalPXA27xSerialP;
    
    HalPXA27xSerialP.UARTInit -> HplPXA27xSTUARTC.Init;



More information about the Tinyos-2-commits mailing list