[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/iris/chips/rf230 HplRF230.h, 1.5, 1.6 HplRF230C.nc, 1.5, 1.6
Miklos Maroti
mmaroti at users.sourceforge.net
Thu Jan 22 12:05:05 PST 2009
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/rf230 RadioAlarmC.nc, 1.1, 1.2 RadioAlarmP.nc, 1.1, 1.2 RF230ActiveMessageC.nc, 1.4, 1.5 RF230LayerP.nc, 1.20, 1.21 RF230PacketC.nc, 1.2, 1.3 RF230PacketP.nc, 1.5, 1.6 RF230TimeSyncMessageC.nc, 1.1, 1.2 RF230TimeSyncMessageP.nc, 1.1, 1.2
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/iris TimeSyncMessageC.nc, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/iris/chips/rf230
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22131
Modified Files:
HplRF230.h HplRF230C.nc
Log Message:
rename the TRF230 timer to TRadio
Index: HplRF230.h
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/iris/chips/rf230/HplRF230.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** HplRF230.h 19 Jan 2009 22:51:32 -0000 1.5
--- HplRF230.h 22 Jan 2009 20:05:03 -0000 1.6
***************
*** 51,55 ****
* This is the timer type of the RF230 alarm interface
*/
! typedef TOne TRF230;
--- 51,55 ----
* This is the timer type of the RF230 alarm interface
*/
! typedef TOne TRadio;
Index: HplRF230C.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/iris/chips/rf230/HplRF230C.nc,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** HplRF230C.nc 24 Apr 2008 22:31:25 -0000 1.5
--- HplRF230C.nc 22 Jan 2009 20:05:03 -0000 1.6
***************
*** 36,40 ****
interface GpioCapture as IRQ;
! interface Alarm<TRF230, uint16_t> as Alarm;
interface HplRF230;
--- 36,40 ----
interface GpioCapture as IRQ;
! interface Alarm<TRadio, uint16_t> as Alarm;
interface HplRF230;
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/rf230 RadioAlarmC.nc, 1.1, 1.2 RadioAlarmP.nc, 1.1, 1.2 RF230ActiveMessageC.nc, 1.4, 1.5 RF230LayerP.nc, 1.20, 1.21 RF230PacketC.nc, 1.2, 1.3 RF230PacketP.nc, 1.5, 1.6 RF230TimeSyncMessageC.nc, 1.1, 1.2 RF230TimeSyncMessageP.nc, 1.1, 1.2
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/iris TimeSyncMessageC.nc, 1.1, 1.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list