[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/intelmote2/chips/cc2420 IM2CC2420SpiP.nc, 1.4, 1.5
kusy
kusy at users.sourceforge.net
Tue May 27 10:48:19 PDT 2008
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/pxa27x/cif HplPXA27XQuickCaptInt.nc, NONE, 1.1 HplPXA27XQuickCaptIntC.nc, NONE, 1.1 HplPXA27XQuickCaptIntM.nc, NONE, 1.1 PXA27XQuickCaptInt.h, NONE, 1.1 dmaArray.h, NONE, 1.1 dmaArray.nc, NONE, 1.1 dmaArrayC.nc, NONE, 1.1 dmaArrayM.nc, NONE, 1.1
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/intelmote2/chips/da9030 PMICM.nc, 1.4, 1.5
- 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-serv24407
Modified Files:
IM2CC2420SpiP.nc
Log Message:
using SPIPIO version of radio stack
Index: IM2CC2420SpiP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/intelmote2/chips/cc2420/IM2CC2420SpiP.nc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** IM2CC2420SpiP.nc 12 Dec 2006 18:23:42 -0000 1.4
--- IM2CC2420SpiP.nc 27 May 2008 17:48:16 -0000 1.5
***************
*** 47,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;
--- 47,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;
***************
*** 66,73 ****
IM2CC2420InitSpiP.RXD -> HplPXA27xGPIOC.HplPXA27xGPIOPin[SSP3_RXD];
! HalPXA27xSpiM.RxDMA -> HplPXA27xDMAC.HplPXA27xDMAChnl[0];
! HalPXA27xSpiM.TxDMA -> HplPXA27xDMAC.HplPXA27xDMAChnl[1];
! HalPXA27xSpiM.SSPRxDMAInfo -> HplPXA27xSSP3C.SSPRxDMAInfo;
! HalPXA27xSpiM.SSPTxDMAInfo -> HplPXA27xSSP3C.SSPTxDMAInfo;
HalPXA27xSpiM.SSP -> HplPXA27xSSP3C.HplPXA27xSSP;
--- 66,73 ----
IM2CC2420InitSpiP.RXD -> HplPXA27xGPIOC.HplPXA27xGPIOPin[SSP3_RXD];
! //HalPXA27xSpiM.RxDMA -> HplPXA27xDMAC.HplPXA27xDMAChnl[0];
! //HalPXA27xSpiM.TxDMA -> HplPXA27xDMAC.HplPXA27xDMAChnl[1];
! //HalPXA27xSpiM.SSPRxDMAInfo -> HplPXA27xSSP3C.SSPRxDMAInfo;
! //HalPXA27xSpiM.SSPTxDMAInfo -> HplPXA27xSSP3C.SSPTxDMAInfo;
HalPXA27xSpiM.SSP -> HplPXA27xSSP3C.HplPXA27xSSP;
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/pxa27x/cif HplPXA27XQuickCaptInt.nc, NONE, 1.1 HplPXA27XQuickCaptIntC.nc, NONE, 1.1 HplPXA27XQuickCaptIntM.nc, NONE, 1.1 PXA27XQuickCaptInt.h, NONE, 1.1 dmaArray.h, NONE, 1.1 dmaArray.nc, NONE, 1.1 dmaArrayC.nc, NONE, 1.1 dmaArrayM.nc, NONE, 1.1
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/intelmote2/chips/da9030 PMICM.nc, 1.4, 1.5
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list