[Tinyos-2-commits]
CVS: tinyos-2.x/tos/platforms/intelmote2/chips/cc2420
HplCC2420SpiC.nc, 1.1.2.2, 1.1.2.3
Philip Buonadonna
philipb at users.sourceforge.net
Thu Jul 6 15:46:39 PDT 2006
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/collection
CollectionDebugMsg.h, 1.1.2.15, 1.1.2.16
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/tsl2561
HalTsl2561Advanced.nc, NONE, 1.1.2.1 HalTsl2561ControlP.nc,
NONE, 1.1.2.1 HalTsl2561ReaderP.nc, NONE,
1.1.2.1 HplTSL2561LogicP.nc, 1.1.2.1, 1.1.2.2 HplTSL256x.nc,
1.1.2.1, 1.1.2.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/intelmote2/chips/cc2420
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26246
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
HplCC2420SpiC.nc
Log Message:
Fix for initialization of CC2420 pins
Index: HplCC2420SpiC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/intelmote2/chips/cc2420/Attic/HplCC2420SpiC.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
*** HplCC2420SpiC.nc 29 Jan 2006 17:59:23 -0000 1.1.2.2
--- HplCC2420SpiC.nc 6 Jul 2006 22:46:37 -0000 1.1.2.3
***************
*** 35,40 ****
generic configuration HplCC2420SpiC()
{
!
! provides interface Init;
provides interface Resource;
provides interface SpiByte;
--- 35,39 ----
generic configuration HplCC2420SpiC()
{
!
provides interface Resource;
provides interface SpiByte;
***************
*** 52,59 ****
components IM2CC2420SpiP;
- Init = IM2CC2420SpiP.Init;
Resource = IM2CC2420SpiP.Resource[SPI_CLIENT_ID];
SpiByte = IM2CC2420SpiP.SpiByte;
SpiPacket = IM2CC2420SpiP.SpiPacket[SPI_CLIENT_ID];
!
}
--- 51,60 ----
components IM2CC2420SpiP;
Resource = IM2CC2420SpiP.Resource[SPI_CLIENT_ID];
SpiByte = IM2CC2420SpiP.SpiByte;
SpiPacket = IM2CC2420SpiP.SpiPacket[SPI_CLIENT_ID];
!
! components PlatformP;
! IM2CC2420SpiP.Init <- PlatformP.InitL3;
!
}
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/lib/net/collection
CollectionDebugMsg.h, 1.1.2.15, 1.1.2.16
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/tsl2561
HalTsl2561Advanced.nc, NONE, 1.1.2.1 HalTsl2561ControlP.nc,
NONE, 1.1.2.1 HalTsl2561ReaderP.nc, NONE,
1.1.2.1 HplTSL2561LogicP.nc, 1.1.2.1, 1.1.2.2 HplTSL256x.nc,
1.1.2.1, 1.1.2.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list