[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
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/atm128/timer/sim
HplAtm128CompareC.nc, 1.3, 1.4 HplAtm128Counter0C.nc, 1.3,
1.4 HplAtm128Counter2C.nc, 1.3, 1.4 HplAtm128Timer0AsyncC.nc,
1.3, 1.4 HplAtm128Timer2C.nc, 1.3, 1.4 HplAtm128TimerNotify.nc,
1.3, 1.4
- Next message: [Tinyos-2-commits]
CVS: tinyos-2.x/tos/platforms/mica2dot/chips/at45db
HplAt45dbIOC.nc, 1.3, 1.4 HplAt45dbIOP.nc, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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 ----
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/atm128/timer/sim
HplAtm128CompareC.nc, 1.3, 1.4 HplAtm128Counter0C.nc, 1.3,
1.4 HplAtm128Counter2C.nc, 1.3, 1.4 HplAtm128Timer0AsyncC.nc,
1.3, 1.4 HplAtm128Timer2C.nc, 1.3, 1.4 HplAtm128TimerNotify.nc,
1.3, 1.4
- Next message: [Tinyos-2-commits]
CVS: tinyos-2.x/tos/platforms/mica2dot/chips/at45db
HplAt45dbIOC.nc, 1.3, 1.4 HplAt45dbIOP.nc, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list