[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/pxa27x/i2c HalPXA27xI2CMasterP.nc, 1.1.2.2, 1.1.2.3 I2CFlags.h, 1.1.2.1, NONE I2CPacketAdv.nc, 1.1.2.1, NONE

Philip Buonadonna philipb at users.sourceforge.net
Tue Jun 20 12:44:00 PDT 2006


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

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	HalPXA27xI2CMasterP.nc 
Removed Files:
      Tag: tinyos-2_0_devel-BRANCH
	I2CFlags.h I2CPacketAdv.nc 
Log Message:
- Removed chip-local definitions of I2CFlags and I2CPacketAdv. Now 
  uses tos core definitions
- Update HalPXA27xI2CMasterP to be compliant with TOS 2.0 defns.



Index: HalPXA27xI2CMasterP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/pxa27x/i2c/Attic/HalPXA27xI2CMasterP.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
*** HalPXA27xI2CMasterP.nc	16 Jun 2006 18:57:05 -0000	1.1.2.2
--- HalPXA27xI2CMasterP.nc	20 Jun 2006 19:43:58 -0000	1.1.2.3
***************
*** 129,133 ****
  
      if (flags & I2C_START) {
!       tmpAddr = (rRnW) ? 0x1 : 0x0;
        tmpAddr |= ((addr << 1) & 0xFE);
        call I2C.setIDBR(tmpAddr);
--- 129,133 ----
  
      if (flags & I2C_START) {
!       tmpAddr = (bRnW) ? 0x1 : 0x0;
        tmpAddr |= ((addr << 1) & 0xFE);
        call I2C.setIDBR(tmpAddr);

--- I2CFlags.h DELETED ---

--- I2CPacketAdv.nc DELETED ---



More information about the Tinyos-2-commits mailing list