[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/msp430/timer Msp430ClockC.nc, 1.1.2.2, 1.1.2.3

Cory Sharp cssharp at users.sourceforge.net
Fri Jan 19 10:59:47 PST 2007


Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/msp430/timer
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv22387

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	Msp430ClockC.nc 
Log Message:
Disable perpetual calibration of the DCO because the calibration module is
broken.  TimerA stops when the MCU sleeps, which the module does not account
for.



Index: Msp430ClockC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/msp430/timer/Msp430ClockC.nc,v
retrieving revision 1.1.2.2
retrieving revision 1.1.2.3
diff -C2 -d -r1.1.2.2 -r1.1.2.3
*** Msp430ClockC.nc	19 Jun 2006 11:12:23 -0000	1.1.2.2
--- Msp430ClockC.nc	19 Jan 2007 18:59:45 -0000	1.1.2.3
***************
*** 32,36 ****
  {
    components Msp430ClockP
!            , Msp430DcoCalibC  //perpetual recalibration with each ACLK overflow
             ;
  
--- 32,37 ----
  {
    components Msp430ClockP
!            //, Msp430DcoCalibC  //perpetual recalibration with each ACLK overflow
!            // CSS 19 Jan 2007: perpetual calibration is broken, disable
             ;
  



More information about the Tinyos-2-commits mailing list