[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/iris/chips/rf230 HplRF230C.nc, 1.10, 1.11 RadioConfig.h, 1.2, 1.3
Miklos Maroti
mmaroti at users.sourceforge.net
Thu Apr 2 15:11:06 PDT 2009
Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/iris/chips/rf230
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv8578/chips/rf230
Modified Files:
HplRF230C.nc RadioConfig.h
Log Message:
change metadata handling,
remove the RF2xxPacket component, move functionality to RF2xxActiveMessage,
prepare blip support (RF2xxMessageC)
Index: HplRF230C.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/iris/chips/rf230/HplRF230C.nc,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** HplRF230C.nc 10 Mar 2009 20:39:18 -0000 1.10
--- HplRF230C.nc 2 Apr 2009 22:11:03 -0000 1.11
***************
*** 37,40 ****
--- 37,41 ----
interface GpioCapture as IRQ;
interface Alarm<TRadio, uint16_t> as Alarm;
+ interface LocalTime<TRadio> as LocalTimeRadio;
}
}
***************
*** 65,67 ****
--- 66,71 ----
components RealMainP;
RealMainP.PlatformInit -> HplRF230P.PlatformInit;
+
+ components LocalTimeMicroC;
+ LocalTimeRadio = LocalTimeMicroC;
}
Index: RadioConfig.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/iris/chips/rf230/RadioConfig.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** RadioConfig.h 15 Mar 2009 12:48:04 -0000 1.2
--- RadioConfig.h 2 Apr 2009 22:11:03 -0000 1.3
***************
*** 26,30 ****
#include <MicaTimer.h>
! #include <RF230.h>
#include <util/crc16.h>
--- 26,30 ----
#include <MicaTimer.h>
! #include <RF230DriverLayer.h>
#include <util/crc16.h>
More information about the Tinyos-2-commits
mailing list