[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/eyesIFX/chips/msp430 Msp430Timer32khzMapC.nc, 1.3, 1.4 Msp430Uart0C.nc, 1.3, 1.4 Msp430Usart0C.nc, 1.3, 1.4 Msp430UsartShare0P.nc, 1.3, 1.4

Vlado Handziski vlahan at users.sourceforge.net
Tue Dec 12 10:24:21 PST 2006


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

Modified Files:
	Msp430Timer32khzMapC.nc Msp430Uart0C.nc Msp430Usart0C.nc 
	Msp430UsartShare0P.nc 
Log Message:
Swapping HEAD and DEVEL branches


Index: Msp430Uart0C.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX/chips/msp430/Msp430Uart0C.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** Msp430Uart0C.nc	7 Nov 2006 19:31:22 -0000	1.3
--- Msp430Uart0C.nc	12 Dec 2006 18:23:41 -0000	1.4
***************
*** 41,48 ****
  generic configuration Msp430Uart0C() {
  
!   provides interface Resource;   provides interface ResourceRequested;
    provides interface UartStream;
    provides interface UartByte;
-   provides interface Msp430UartControl as UartControl;
  
    uses interface Msp430UartConfigure;
--- 41,48 ----
  generic configuration Msp430Uart0C() {
  
!   provides interface Resource;   
!   provides interface ResourceRequested;
    provides interface UartStream;
    provides interface UartByte;
  
    uses interface Msp430UartConfigure;
***************
*** 59,63 ****
    UartStream = UartP.UartStream;
    UartByte = UartP.UartByte;
-   UartControl = UartP.UartControl[ CLIENT_ID ];
    Msp430UartConfigure = UartP.Msp430UartConfigure[ CLIENT_ID ];
  
--- 59,62 ----





More information about the Tinyos-2-commits mailing list