[Tinyos-2-commits]
CVS: tinyos-2.x/tos/platforms/intelmote2/chips/cc2420
IM2CC2420SpiP.nc, 1.1.2.6, 1.1.2.7
Philip Buonadonna
philipb at users.sourceforge.net
Wed Aug 16 11:30:37 PDT 2006
Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/intelmote2/chips/cc2420
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv2367
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
IM2CC2420SpiP.nc
Log Message:
- Fixed bug resulting from 3rd party Resource component updates
- Removed unused codes
Index: IM2CC2420SpiP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/intelmote2/chips/cc2420/IM2CC2420SpiP.nc,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -C2 -d -r1.1.2.6 -r1.1.2.7
*** IM2CC2420SpiP.nc 15 Aug 2006 11:59:09 -0000 1.1.2.6
--- IM2CC2420SpiP.nc 16 Aug 2006 18:30:35 -0000 1.1.2.7
***************
*** 46,53 ****
{
! components new SimpleFcfsArbiterC("CC2420SpiClient");
components new HalPXA27xSpiDMAC(1,0x7,FALSE) as HalPXA27xSpiM; // 6.5 Mbps, 8bit width
! //components new HalPXA27xSpiDMAM(0,1,0x7,FALSE) as HalPXA27xSpiM; // 6.5 Mbps, 8bit width
! //components new HalPXA27xSpiPioM(0,1,0x7,FALSE) as HalPXA27xSpiM; // SPI, 6.5 Mbps, 8bit width, noRWOT
components IM2CC2420InitSpiP;
components HplPXA27xSSP3C;
--- 46,52 ----
{
! components new SimpleFcfsArbiterC("CC2420SpiClient") as FcfsArbiterC;
components new HalPXA27xSpiDMAC(1,0x7,FALSE) as HalPXA27xSpiM; // 6.5 Mbps, 8bit width
! //components new HalPXA27xSpiPioC(1,0x7,FALSE) as HalPXA27xSpiM; // 6.5 Mbps, 8bit width
components IM2CC2420InitSpiP;
components HplPXA27xSSP3C;
More information about the Tinyos-2-commits
mailing list