[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


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 ----



More information about the Tinyos-2-commits mailing list