[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/eyesIFX/chips/msp430 Msp430UsartShare0P.nc, 1.1.2.2, 1.1.2.3

Vlado Handziski vlahan at users.sourceforge.net
Fri Oct 13 13:11:55 PDT 2006


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

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	Msp430UsartShare0P.nc 
Log Message:
Matching latest usart change from Jonathan

Index: Msp430UsartShare0P.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX/chips/msp430/Attic/Msp430UsartShare0P.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
*** Msp430UsartShare0P.nc	11 Oct 2006 11:50:49 -0000	1.1.2.2
--- Msp430UsartShare0P.nc	13 Oct 2006 20:11:53 -0000	1.1.2.3
***************
*** 60,68 ****
    ArbiterInfo = ArbiterC;
    UsartShareP.ArbiterInfo -> ArbiterC;
!   
!   components new AsyncStdControlDeferredPowerManagerC(1) as PowerManagerC;
!   PowerManagerC.ResourceController -> ArbiterC;
  
    components HplMsp430Usart0C as UsartC;
!   PowerManagerC.AsyncStdControl -> UsartC;
  }
--- 60,68 ----
    ArbiterInfo = ArbiterC;
    UsartShareP.ArbiterInfo -> ArbiterC;
! 
! //  components new AsyncStdControlDeferredPowerManagerC(1) as PowerManagerC;
! //  PowerManagerC.ResourceController -> ArbiterC;
  
    components HplMsp430Usart0C as UsartC;
!   //PowerManagerC.AsyncStdControl -> UsartC;
  }



More information about the Tinyos-2-commits mailing list