[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/tda5250
Tda5250ActiveMessageC.nc, 1.1.2.4, 1.1.2.5 Tda5250RadioC.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/chips/tda5250
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28394/tos/chips/tda5250
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
Tda5250ActiveMessageC.nc Tda5250RadioC.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: Tda5250ActiveMessageC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/tda5250/Attic/Tda5250ActiveMessageC.nc,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -d -r1.1.2.4 -r1.1.2.5
*** Tda5250ActiveMessageC.nc 1 Mar 2006 18:38:17 -0000 1.1.2.4
--- Tda5250ActiveMessageC.nc 27 May 2006 21:23:15 -0000 1.1.2.5
***************
*** 52,56 ****
configuration Tda5250ActiveMessageC {
provides {
- interface Init;
interface SplitControl;
interface AMSend[am_id_t id];
--- 52,55 ----
***************
*** 67,71 ****
components ActiveMessageAddressC as Address;
- Init = Radio;
SplitControl = Radio;
--- 66,69 ----
Index: Tda5250RadioC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/tda5250/Attic/Tda5250RadioC.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
*** Tda5250RadioC.nc 1 Feb 2006 17:44:18 -0000 1.1.2.2
--- Tda5250RadioC.nc 27 May 2006 21:23:15 -0000 1.1.2.3
***************
*** 43,47 ****
configuration Tda5250RadioC {
provides {
- interface Init;
interface SplitControl;
interface Tda5250Control;
--- 43,46 ----
***************
*** 53,61 ****
, HplTda5250ConfigC
, HplTda5250DataC
;
! Init = HplTda5250ConfigC;
! Init = HplTda5250DataC;
! Init = Tda5250RadioP;
Tda5250Control = Tda5250RadioP;
RadioByteComm = Tda5250RadioP;
--- 52,62 ----
, HplTda5250ConfigC
, HplTda5250DataC
+ , MainC
;
! MainC.SoftwareInit -> HplTda5250ConfigC;
! MainC.SoftwareInit -> HplTda5250DataC;
! MainC.SoftwareInit -> Tda5250RadioP;
!
Tda5250Control = Tda5250RadioP;
RadioByteComm = Tda5250RadioP;
More information about the Tinyos-2-commits
mailing list