[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
Cory Sharp
cssharp at users.sourceforge.net
Wed Oct 18 15:02:31 PDT 2006
Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX/byte_radio
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11477/tos/platforms/eyesIFX/byte_radio
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
Uart4b6bPhyC.nc UartManchPhyC.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: Uart4b6bPhyC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX/byte_radio/Attic/Uart4b6bPhyC.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
*** Uart4b6bPhyC.nc 11 Oct 2006 20:02:42 -0000 1.1.2.2
--- Uart4b6bPhyC.nc 18 Oct 2006 22:02:25 -0000 1.1.2.3
***************
*** 53,57 ****
{
components
! new Alarm32khzC() as RxByteTimer,
Uart4b6bPhyP,
// PlatformLedsC,
--- 53,57 ----
{
components
! new Alarm32khz16C() as RxByteTimer,
Uart4b6bPhyP,
// PlatformLedsC,
Index: UartManchPhyC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/eyesIFX/byte_radio/Attic/UartManchPhyC.nc,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** UartManchPhyC.nc 12 Sep 2006 12:16:31 -0000 1.1.2.1
--- UartManchPhyC.nc 18 Oct 2006 22:02:25 -0000 1.1.2.2
***************
*** 60,64 ****
{
components
! new Alarm32khzC() as RxByteTimer,
UartManchPhyP,
// PlatformLedsC,
--- 60,64 ----
{
components
! new Alarm32khz16C() as RxByteTimer,
UartManchPhyP,
// PlatformLedsC,
More information about the Tinyos-2-commits
mailing list