[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/atm128/i2c Atm128I2CMasterP.nc, 1.3, 1.4

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


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

Modified Files:
	Atm128I2CMasterP.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: Atm128I2CMasterP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/atm128/i2c/Atm128I2CMasterP.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Atm128I2CMasterP.nc	7 Nov 2006 19:30:44 -0000	1.3
--- Atm128I2CMasterP.nc	4 Feb 2007 19:55:06 -0000	1.4
***************
*** 66,70 ****
    
    Power.AsyncStdControl -> Master;
!   Power.ResourceController -> Arbiter;
  
    Master.I2C -> HplAtm128I2CBusC;
--- 66,70 ----
    
    Power.AsyncStdControl -> Master;
!   Power.ResourceDefaultOwner -> Arbiter;
  
    Master.I2C -> HplAtm128I2CBusC;



More information about the Tinyos-2-commits mailing list