[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/stm25p
Stm25pSectorC.nc, 1.4, 1.5
Kevin Klues
klueska at users.sourceforge.net
Sun Feb 4 11:55:20 PST 2007
Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/stm25p
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv6213/tos/chips/stm25p
Modified Files:
Stm25pSectorC.nc
Log Message:
Update of files to align them with TEP108 changes to ResourceController interface to rename it to ResourceDefaultOwner. TEP103 hasn't been altered, and we still need to decide what should be done with it exactly.
Index: Stm25pSectorC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/stm25p/Stm25pSectorC.nc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** Stm25pSectorC.nc 12 Dec 2006 18:23:13 -0000 1.4
--- Stm25pSectorC.nc 4 Feb 2007 19:55:17 -0000 1.5
***************
*** 60,64 ****
components new SplitControlDeferredPowerManagerC( 1024 ) as PowerManagerC;
PowerManagerC.SplitControl -> SectorP;
! PowerManagerC.ResourceController -> ArbiterC;
PowerManagerC.ArbiterInfo -> ArbiterC;
--- 60,64 ----
components new SplitControlDeferredPowerManagerC( 1024 ) as PowerManagerC;
PowerManagerC.SplitControl -> SectorP;
! PowerManagerC.ResourceDefaultOwner -> ArbiterC;
PowerManagerC.ArbiterInfo -> ArbiterC;
More information about the Tinyos-2-commits
mailing list