[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/intelmote2/chips/da9030 PMICM.nc, 1.4, 1.5
kusy
kusy at users.sourceforge.net
Tue May 27 10:51:56 PDT 2008
Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/intelmote2/chips/da9030
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25720
Modified Files:
PMICM.nc
Log Message:
increasing voltage of the core by .1V, .85V didn't always work
Index: PMICM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/intelmote2/chips/da9030/PMICM.nc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** PMICM.nc 12 Dec 2006 18:23:42 -0000 1.4
--- PMICM.nc 27 May 2008 17:51:54 -0000 1.5
***************
*** 245,249 ****
// Set default core voltage to 0.85 V
#ifdef PXA27X_13M
! call PMIC.setCoreVoltage(B2R1_TRIM_P85_V);
#endif
startLDOs();
--- 245,252 ----
// Set default core voltage to 0.85 V
#ifdef PXA27X_13M
! //P85 is not reliable, using P95
! call PMIC.setCoreVoltage(B2R1_TRIM_P95_V);
! #else
! call PMIC.setCoreVoltage(B2R1_TRIM_1_25_V);
#endif
startLDOs();
More information about the Tinyos-2-commits
mailing list