[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/iris TimeSyncMessageC.nc, 1.4, 1.5 platform_message.h, 1.6, 1.7
Miklos Maroti
mmaroti at users.sourceforge.net
Thu Apr 2 15:11:05 PDT 2009
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/rf2xx/util MetadataFlagC.nc, NONE, 1.1 PacketFlag.nc, NONE, 1.1 PacketData.nc, 1.1, 1.2 IEEE154Packet2.h, 1.1, NONE IEEE154Packet2.nc, 1.1, NONE IEEE154Packet2C.nc, 1.1, NONE IEEE154Packet2P.nc, 1.1, NONE
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/iris/chips/rf230 HplRF230C.nc, 1.10, 1.11 RadioConfig.h, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/iris
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8578
Modified Files:
TimeSyncMessageC.nc platform_message.h
Log Message:
change metadata handling,
remove the RF2xxPacket component, move functionality to RF2xxActiveMessage,
prepare blip support (RF2xxMessageC)
Index: TimeSyncMessageC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/iris/TimeSyncMessageC.nc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** TimeSyncMessageC.nc 10 Mar 2009 20:39:18 -0000 1.4
--- TimeSyncMessageC.nc 2 Apr 2009 22:11:01 -0000 1.5
***************
*** 45,49 ****
implementation
{
! components GenericTimeSyncMessageC as MAC, LocalTimeMicroC, RF230PacketC;
SplitControl = MAC;
--- 45,49 ----
implementation
{
! components GenericTimeSyncMessageC as MAC, LocalTimeMicroC, RF230DriverLayerC;
SplitControl = MAC;
***************
*** 58,62 ****
TimeSyncPacketMilli = MAC;
! MAC.PacketTimeSyncOffset -> RF230PacketC.PacketTimeSyncOffset;
MAC.LocalTimeRadio -> LocalTimeMicroC;
}
--- 58,62 ----
TimeSyncPacketMilli = MAC;
! MAC.PacketTimeSyncOffset -> RF230DriverLayerC.PacketTimeSyncOffset;
MAC.LocalTimeRadio -> LocalTimeMicroC;
}
Index: platform_message.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/iris/platform_message.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** platform_message.h 10 Mar 2009 20:39:18 -0000 1.6
--- platform_message.h 2 Apr 2009 22:11:03 -0000 1.7
***************
*** 24,28 ****
#define PLATFORM_MESSAGE_H
! #include <RF230Packet.h>
#include <Serial.h>
--- 24,28 ----
#define PLATFORM_MESSAGE_H
! #include <RF230ActiveMessage.h>
#include <Serial.h>
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/rf2xx/util MetadataFlagC.nc, NONE, 1.1 PacketFlag.nc, NONE, 1.1 PacketData.nc, 1.1, 1.2 IEEE154Packet2.h, 1.1, NONE IEEE154Packet2.nc, 1.1, NONE IEEE154Packet2C.nc, 1.1, NONE IEEE154Packet2P.nc, 1.1, NONE
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/iris/chips/rf230 HplRF230C.nc, 1.10, 1.11 RadioConfig.h, 1.2, 1.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list