[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/tinynode
PlatformSerialC.nc, 1.1.2.1, 1.1.2.2
Henri DF
henridf at users.sourceforge.net
Tue Aug 15 09:06:57 PDT 2006
Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/tinynode
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7833/tinynode
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
PlatformSerialC.nc
Log Message:
UART changes
Index: PlatformSerialC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/tinynode/PlatformSerialC.nc,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** PlatformSerialC.nc 24 Apr 2006 16:06:48 -0000 1.1.2.1
--- PlatformSerialC.nc 15 Aug 2006 16:06:55 -0000 1.1.2.2
***************
*** 1,12 ****
configuration PlatformSerialC {
- provides interface Init;
provides interface StdControl;
provides interface SerialByteComm;
}
implementation {
! components new Uart1C() as UartC, TinyNodeSerialP;
- Init = UartC;
- StdControl = UartC;
StdControl = TinyNodeSerialP;
SerialByteComm = UartC;
--- 1,9 ----
configuration PlatformSerialC {
provides interface StdControl;
provides interface SerialByteComm;
}
implementation {
! components new Msp430Uart1C() as UartC, TinyNodeSerialP;
StdControl = TinyNodeSerialP;
SerialByteComm = UartC;
More information about the Tinyos-2-commits
mailing list