[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/at45db At45dbC.nc, 1.3, 1.4

Kevin Klues klueska at users.sourceforge.net
Sun Feb 4 11:54:55 PST 2007


Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/at45db
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv5777/tos/chips/at45db

Modified Files:
	At45dbC.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: At45dbC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/at45db/At45dbC.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** At45dbC.nc	7 Nov 2006 19:30:43 -0000	1.3
--- At45dbC.nc	4 Feb 2007 19:54:52 -0000	1.4
***************
*** 25,29 ****
      interface At45db;
      interface Resource[uint8_t client];
!     interface ResourceController;
      interface ArbiterInfo;
    }
--- 25,29 ----
      interface At45db;
      interface Resource[uint8_t client];
!     interface ResourceDefaultOwner;
      interface ArbiterInfo;
    }
***************
*** 36,40 ****
    At45db = At45dbP;
    Resource = Arbiter;
!   ResourceController = Arbiter;
    ArbiterInfo = Arbiter;
  
--- 36,40 ----
    At45db = At45dbP;
    Resource = Arbiter;
!   ResourceDefaultOwner = Arbiter;
    ArbiterInfo = Arbiter;
  



More information about the Tinyos-2-commits mailing list