[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
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/cc2420
AlarmMultiplexC.nc, 1.1.2.6, 1.1.2.7 CC2420.h, 1.1.2.7,
1.1.2.8 CC2420ActiveMessageC.nc, 1.1.2.10,
1.1.2.11 CC2420ActiveMessageP.nc, 1.1.2.6,
1.1.2.7 CC2420Config.nc, 1.1.2.5, 1.1.2.6 CC2420ControlC.nc,
1.1.2.7, 1.1.2.8 CC2420ControlP.nc, 1.1.2.19,
1.1.2.20 CC2420CsmaC.nc, 1.1.2.10, 1.1.2.11 CC2420CsmaP.nc,
1.1.2.10, 1.1.2.11 CC2420Fifo.nc, 1.1.2.6,
1.1.2.7 CC2420Packet.nc, 1.1.2.1, 1.1.2.2 CC2420PacketC.nc,
1.1.2.1, 1.1.2.2 CC2420Power.nc, 1.1.2.1, 1.1.2.2 CC2420Ram.nc,
1.1.2.7, 1.1.2.8 CC2420Receive.nc, 1.1.2.4,
1.1.2.5 CC2420ReceiveC.nc, 1.1.2.4, 1.1.2.5 CC2420ReceiveP.nc,
1.1.2.9, 1.1.2.10 CC2420Register.nc, 1.1.2.3,
1.1.2.4 CC2420SpiC.nc, 1.1.2.6, 1.1.2.7 CC2420SpiImplP.nc,
1.1.2.9, 1.1.2.10 CC2420SpiP.nc, 1.1.2.7,
1.1.2.8 CC2420Strobe.nc, 1.1.2.2, 1.1.2.3 CC2420Transmit.nc,
1.1.2.5, 1.1.2.6 CC2420TransmitC.nc, 1.1.2.7,
1.1.2.8 CC2420TransmitP.nc, 1.1.2.12, 1.1.2.13 IEEE802154.h,
1.1.2.4, 1.1.2.5
- Next message: [Tinyos-2-commits]
CVS: tinyos-2.x/tos/platforms/intelmote2/chips/da9030
PMICM.nc, 1.1.2.2, 1.1.2.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 ---
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/cc2420
AlarmMultiplexC.nc, 1.1.2.6, 1.1.2.7 CC2420.h, 1.1.2.7,
1.1.2.8 CC2420ActiveMessageC.nc, 1.1.2.10,
1.1.2.11 CC2420ActiveMessageP.nc, 1.1.2.6,
1.1.2.7 CC2420Config.nc, 1.1.2.5, 1.1.2.6 CC2420ControlC.nc,
1.1.2.7, 1.1.2.8 CC2420ControlP.nc, 1.1.2.19,
1.1.2.20 CC2420CsmaC.nc, 1.1.2.10, 1.1.2.11 CC2420CsmaP.nc,
1.1.2.10, 1.1.2.11 CC2420Fifo.nc, 1.1.2.6,
1.1.2.7 CC2420Packet.nc, 1.1.2.1, 1.1.2.2 CC2420PacketC.nc,
1.1.2.1, 1.1.2.2 CC2420Power.nc, 1.1.2.1, 1.1.2.2 CC2420Ram.nc,
1.1.2.7, 1.1.2.8 CC2420Receive.nc, 1.1.2.4,
1.1.2.5 CC2420ReceiveC.nc, 1.1.2.4, 1.1.2.5 CC2420ReceiveP.nc,
1.1.2.9, 1.1.2.10 CC2420Register.nc, 1.1.2.3,
1.1.2.4 CC2420SpiC.nc, 1.1.2.6, 1.1.2.7 CC2420SpiImplP.nc,
1.1.2.9, 1.1.2.10 CC2420SpiP.nc, 1.1.2.7,
1.1.2.8 CC2420Strobe.nc, 1.1.2.2, 1.1.2.3 CC2420Transmit.nc,
1.1.2.5, 1.1.2.6 CC2420TransmitC.nc, 1.1.2.7,
1.1.2.8 CC2420TransmitP.nc, 1.1.2.12, 1.1.2.13 IEEE802154.h,
1.1.2.4, 1.1.2.5
- Next message: [Tinyos-2-commits]
CVS: tinyos-2.x/tos/platforms/intelmote2/chips/da9030
PMICM.nc, 1.1.2.2, 1.1.2.3
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list