[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/intelmote2/chips/da9030 PMICM.nc, 1.1.2.3, 1.1.2.4

Philip Buonadonna philipb at users.sourceforge.net
Wed Aug 16 09:56:10 PDT 2006


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

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	PMICM.nc 
Log Message:
Modified to NOT adjust core voltage trim when not in 13M mode

Index: PMICM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/intelmote2/chips/da9030/PMICM.nc,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -d -r1.1.2.3 -r1.1.2.4
*** PMICM.nc	20 Jun 2006 19:58:12 -0000	1.1.2.3
--- PMICM.nc	16 Aug 2006 16:56:08 -0000	1.1.2.4
***************
*** 244,249 ****
  
      // Set default core voltage to 0.85 V
      call PMIC.setCoreVoltage(B2R1_TRIM_P85_V);
! 
      startLDOs();
      return SUCCESS;
--- 244,250 ----
  
      // Set default core voltage to 0.85 V
+ #ifdef PXA27X_13M
      call PMIC.setCoreVoltage(B2R1_TRIM_P85_V);
! #endif
      startLDOs();
      return SUCCESS;



More information about the Tinyos-2-commits mailing list