[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/eyesIFX
ActiveMessageC.nc, 1.1.2.5, 1.1.2.6 RadioDataLinkC.nc, 1.1.2.2,
1.1.2.3
Henri DF
henridf at users.sourceforge.net
Sat May 27 14:23:17 PDT 2006
Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28394/tos/platforms/eyesIFX
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
ActiveMessageC.nc RadioDataLinkC.nc
Log Message:
Wire ActiveMessageC's Init at the lowest layer possible, in observance of TEP107.
http://mail.millennium.berkeley.edu/pipermail/tinyos-devel/2006-March/000998.html
Index: ActiveMessageC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX/Attic/ActiveMessageC.nc,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -C2 -d -r1.1.2.5 -r1.1.2.6
*** ActiveMessageC.nc 29 Jan 2006 02:51:51 -0000 1.1.2.5
--- ActiveMessageC.nc 27 May 2006 21:23:15 -0000 1.1.2.6
***************
*** 48,52 ****
configuration ActiveMessageC {
provides {
- interface Init;
interface SplitControl;
--- 48,51 ----
***************
*** 64,68 ****
components Tda5250ActiveMessageC as AM;
- Init = AM;
SplitControl = AM;
AMSend = AM;
--- 63,66 ----
Index: RadioDataLinkC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX/Attic/RadioDataLinkC.nc,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** RadioDataLinkC.nc 8 Mar 2006 16:54:03 -0000 1.1.2.2
--- RadioDataLinkC.nc 27 May 2006 21:23:15 -0000 1.1.2.3
***************
*** 39,43 ****
provides {
- interface Init;
interface SplitControl;
interface Send;
--- 39,42 ----
***************
*** 61,69 ****
//They are compposed of in the list above
! Init = Radio;
! Init = UartPhy;
! Init = PacketSerializer;
! Init = Mac;
! Init = Llc;
SplitControl = Llc;
--- 60,66 ----
//They are compposed of in the list above
! components MainC;
! MainC.SoftwareInit -> UartPhy;
! MainC.SoftwareInit -> PacketSerializer;
SplitControl = Llc;
More information about the Tinyos-2-commits
mailing list