[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/telosa
Msp430Timer32khzMapC.nc, 1.1.2.2, 1.1.2.3
Cory Sharp
cssharp at users.sourceforge.net
Wed Oct 18 15:02:28 PDT 2006
Update of /cvsroot/tinyos/tinyos-2.x/tos/platforms/telosa
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv11477/tos/platforms/telosa
Modified Files:
Tag: tinyos-2_0_devel-BRANCH
Msp430Timer32khzMapC.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: Msp430Timer32khzMapC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/telosa/Msp430Timer32khzMapC.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
*** Msp430Timer32khzMapC.nc 20 Jun 2006 18:56:06 -0000 1.1.2.2
--- Msp430Timer32khzMapC.nc 18 Oct 2006 22:02:25 -0000 1.1.2.3
***************
*** 24,29 ****
* MSP430Timer32khzMapC presents as paramaterized interfaces all of
* the 32khz hardware timers on the MSP430 that are available for
! * compile time allocation by "new Alarm32khzC()", "new
! * AlarmMilliC()", and so on.
*
* Platforms based on the MSP430 are * encouraged to copy in and
--- 24,29 ----
* MSP430Timer32khzMapC presents as paramaterized interfaces all of
* the 32khz hardware timers on the MSP430 that are available for
! * compile time allocation by "new Alarm32khz16C()", "new
! * AlarmMilli32C()", and so on.
*
* Platforms based on the MSP430 are * encouraged to copy in and
More information about the Tinyos-2-commits
mailing list