[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/msp430/timer
Msp430ClockC.nc, 1.2, 1.3 Msp430DcoCalibP.nc, 1.2, 1.3
Cory Sharp
cssharp at users.sourceforge.net
Fri Jan 19 11:06:49 PST 2007
Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/msp430/timer
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv25901
Modified Files:
Msp430ClockC.nc Msp430DcoCalibP.nc
Log Message:
Disable Msp430DcoCalibP, because Msp430DcoCalibP is broken and will incorrectly
adjust TimerA because it does not take into account MCU sleep.
Index: Msp430ClockC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/msp430/timer/Msp430ClockC.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Msp430ClockC.nc 12 Jul 2006 17:01:44 -0000 1.2
--- Msp430ClockC.nc 19 Jan 2007 19:06:46 -0000 1.3
***************
*** 31,37 ****
implementation
{
! components Msp430ClockP
! , Msp430DcoCalibC //perpetual recalibration with each ACLK overflow
! ;
Init = Msp430ClockP;
--- 31,35 ----
implementation
{
! components Msp430ClockP;
Init = Msp430ClockP;
Index: Msp430DcoCalibP.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/msp430/timer/Msp430DcoCalibP.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** Msp430DcoCalibP.nc 12 Jul 2006 17:01:45 -0000 1.2
--- Msp430DcoCalibP.nc 19 Jan 2007 19:06:46 -0000 1.3
***************
*** 24,27 ****
--- 24,29 ----
*/
+ #error "Msp430DcoCalibP is broken and will incorrectly adjust TimerA because it does not take into account MCU sleep."
+
module Msp430DcoCalibP
{
More information about the Tinyos-2-commits
mailing list