[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/iris/chips/rf230
HplRF230C.nc, 1.3, 1.4
Miklos Maroti
mmaroti at users.sourceforge.net
Sat Mar 29 13:10:35 PDT 2008
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/iris
ActiveMessageC.nc, 1.3, 1.4
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/rf230 DefaultMacC.nc,
1.3, 1.4 DefaultMacP.nc, 1.2, 1.3 DefaultPacket.h, 1.3,
1.4 DefaultPacketC.nc, 1.2, 1.3 DefaultPacketP.nc, 1.2,
1.3 PacketLastTouch.nc, 1.1, 1.2 RF230Config.nc, 1.2,
1.3 RF230LayerC.nc, 1.3, 1.4 RF230LayerP.nc, 1.4,
1.5 TimeSyncMessageC.nc, 1.1, 1.2 TimeSyncMessageP.nc, 1.2,
1.3 PacketTimeSynch.nc, 1.2, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/iris/chips/rf230
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv7981/tos/platforms/iris/chips/rf230
Modified Files:
HplRF230C.nc
Log Message:
fixing TimeSyncMessage for the IRIS
Index: HplRF230C.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/iris/chips/rf230/HplRF230C.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** HplRF230C.nc 12 Mar 2008 19:42:56 -0000 1.3
--- HplRF230C.nc 29 Mar 2008 20:10:33 -0000 1.4
***************
*** 37,41 ****
interface GpioCapture as IRQ;
interface Alarm<TRF230, uint16_t> as Alarm;
- interface LocalTime<TRF230>;
interface HplRF230;
--- 37,40 ----
***************
*** 72,82 ****
components RealMainP;
RealMainP.PlatformInit -> HplRF230P.PlatformInit;
-
- components CounterOne16C;
- components new TransformCounterC(TRF230, uint32_t, TRF230, uint16_t, 0, uint32_t);
- components new CounterToLocalTimeC(TRF230);
-
- LocalTime = CounterToLocalTimeC;
- CounterToLocalTimeC.Counter -> TransformCounterC;
- TransformCounterC.CounterFrom -> CounterOne16C;
}
--- 71,73 ----
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/iris
ActiveMessageC.nc, 1.3, 1.4
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/rf230 DefaultMacC.nc,
1.3, 1.4 DefaultMacP.nc, 1.2, 1.3 DefaultPacket.h, 1.3,
1.4 DefaultPacketC.nc, 1.2, 1.3 DefaultPacketP.nc, 1.2,
1.3 PacketLastTouch.nc, 1.1, 1.2 RF230Config.nc, 1.2,
1.3 RF230LayerC.nc, 1.3, 1.4 RF230LayerP.nc, 1.4,
1.5 TimeSyncMessageC.nc, 1.1, 1.2 TimeSyncMessageP.nc, 1.2,
1.3 PacketTimeSynch.nc, 1.2, NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list