[Tinyos-beta-commits] CVS: tinyos-1.x/beta/platform/imote2 SSP.c, 1.2, 1.3
Robbie Adler
radler at users.sourceforge.net
Sat Nov 22 16:49:04 PST 2008
Update of /cvsroot/tinyos/tinyos-1.x/beta/platform/imote2
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv9074
Modified Files:
SSP.c
Log Message:
updated call to preconfiguredrun to match change in DMA interface
Index: SSP.c
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/platform/imote2/SSP.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** SSP.c 4 Mar 2007 23:51:29 -0000 1.2
--- SSP.c 23 Nov 2008 00:49:02 -0000 1.3
***************
*** 1,767 ****
! /**
! * @author Robbie Adler
! **/
!
! /***
! *
! * standard implentation for all iMote2 SSP modules. This file is in
! * intended to #included into the respectived SSPXM.nc module
! *
! **/
[...1505 lines suppressed...]
! temp |= SSCR1_RFT(gRxFifoLevel);
!
! //TFT
! temp |= SSCR1_TFT(gTxFifoLevel);
!
! //MWDS
! temp |= (gMicrowireSize == SSP_8bitCommands)? 0 : SSCR1_MWDS;
!
! //SPH
! temp |= (gShiftSPIClk == TRUE) ? SSCR1_SPH : 0;
!
! temp |= (gEnableSPIClkHigh == TRUE) ? SSCR1_SPO : 0;
! //LBM
! //TIE
! //RIE
!
! return temp;
! }
!
!
More information about the Tinyos-beta-commits
mailing list