[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/intelmote2/chips/cc2420 IM2CC2420SpiP.nc, 1.1.2.4, 1.1.2.5

Philip Buonadonna philipb at users.sourceforge.net
Mon Jul 17 14:18:41 PDT 2006


Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/intelmote2/chips/cc2420
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv1092

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	IM2CC2420SpiP.nc 
Log Message:
Update to use correct SPI wrapper component.

Index: IM2CC2420SpiP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/intelmote2/chips/cc2420/IM2CC2420SpiP.nc,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -d -r1.1.2.4 -r1.1.2.5
*** IM2CC2420SpiP.nc	6 Feb 2006 18:36:42 -0000	1.1.2.4
--- IM2CC2420SpiP.nc	17 Jul 2006 21:18:38 -0000	1.1.2.5
***************
*** 47,51 ****
  
    components new FcfsArbiterC("CC2420SpiClient");
!   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;
--- 47,52 ----
  
    components new FcfsArbiterC("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;



More information about the Tinyos-2-commits mailing list