[Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/msp430/usart
Msp430Uart0P.nc, 1.1.4.3, 1.1.4.4 Msp430Uart1P.nc, 1.1.4.3, 1.1.4.4
Cory Sharp
cssharp at users.sourceforge.net
Wed Oct 18 15:02:31 PDT 2006
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/msp430/timer
HilTimerMilliC.nc, 1.1.2.2, 1.1.2.3 Msp430Counter32khzC.nc,
1.1.2.3, 1.1.2.4 Msp430Timer32khzMapC.nc, 1.1.2.2, 1.1.2.3
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/eyesIFX/byte_radio
Uart4b6bPhyC.nc, 1.1.2.2, 1.1.2.3 UartManchPhyC.nc, 1.1.2.1, 1.1.2.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvsroot/tinyos/tinyos-2.x/tos/chips/msp430/usart
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11477/tos/chips/msp430/usart
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
Msp430Uart0P.nc Msp430Uart1P.nc
Log Message:
* Make TEP 102 reflect reality: a component MUST provide HilTimerMilliC not
TimerMilliC
* Make reality reflect TEP 102: apply the Alarm${P}{W}C and Counter${P}${W}C
naming convention to the MSP430 platform and the components it touches.
* The pxa27x still needs to be updated, and as such, I did not update
tos/lib/gpio/SoftCapture. I leave that to (I assume) Phil B.
Index: Msp430Uart0P.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/msp430/usart/Attic/Msp430Uart0P.nc,v
retrieving revision 1.1.4.3
retrieving revision 1.1.4.4
diff -C2 -d -r1.1.4.3 -r1.1.4.4
*** Msp430Uart0P.nc 13 Oct 2006 20:05:43 -0000 1.1.4.3
--- Msp430Uart0P.nc 18 Oct 2006 22:02:25 -0000 1.1.4.4
***************
*** 65,69 ****
UartP.Usart -> UsartC;
! components Counter32khzC as CounterC;
UartP.Counter -> CounterC;
--- 65,69 ----
UartP.Usart -> UsartC;
! components Counter32khz16C as CounterC;
UartP.Counter -> CounterC;
Index: Msp430Uart1P.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/chips/msp430/usart/Attic/Msp430Uart1P.nc,v
retrieving revision 1.1.4.3
retrieving revision 1.1.4.4
diff -C2 -d -r1.1.4.3 -r1.1.4.4
*** Msp430Uart1P.nc 10 Oct 2006 19:18:42 -0000 1.1.4.3
--- Msp430Uart1P.nc 18 Oct 2006 22:02:25 -0000 1.1.4.4
***************
*** 65,69 ****
UartP.Usart -> UsartC;
! components Counter32khzC as CounterC;
UartP.Counter -> CounterC;
--- 65,69 ----
UartP.Usart -> UsartC;
! components Counter32khz16C as CounterC;
UartP.Counter -> CounterC;
- Previous message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/chips/msp430/timer
HilTimerMilliC.nc, 1.1.2.2, 1.1.2.3 Msp430Counter32khzC.nc,
1.1.2.3, 1.1.2.4 Msp430Timer32khzMapC.nc, 1.1.2.2, 1.1.2.3
- Next message: [Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/eyesIFX/byte_radio
Uart4b6bPhyC.nc, 1.1.2.2, 1.1.2.3 UartManchPhyC.nc, 1.1.2.1, 1.1.2.2
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the Tinyos-2-commits
mailing list