[Tinyos-beta-commits] CVS: tinyos-1.x/beta/platform/pxa27x
HPLInit.nc, 1.2, 1.3
Robbie Adler
radler at users.sourceforge.net
Fri May 27 10:52:31 PDT 2005
Update of /cvsroot/tinyos/tinyos-1.x/beta/platform/pxa27x
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13790
Modified Files:
HPLInit.nc
Log Message:
Take out change to 13M mode for now
Index: HPLInit.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/platform/pxa27x/HPLInit.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** HPLInit.nc 17 Jan 2005 23:21:08 -0000 1.2
--- HPLInit.nc 27 May 2005 17:52:28 -0000 1.3
***************
*** 90,93 ****
--- 90,94 ----
TOSH_SET_PIN_DIRECTIONS();
+ #if 0
// Place PXA27X into 13M w/ PPLL enabled
CCCR = (CCCR_CPDIS | CCCR_PLL_EARLY_EN);
***************
*** 97,100 ****
--- 98,102 ----
: "r" (0x2)
);
+ #endif
#if 0
PVCR = 0;
More information about the Tinyos-beta-commits
mailing list