[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/eyesIFX/chips/msp430 Msp430Timer32khzMapC.nc, 1.1.2.1, 1.1.2.2

Cory Sharp cssharp at users.sourceforge.net
Wed Oct 18 15:02:28 PDT 2006


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

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/eyesIFX/chips/msp430/Attic/Msp430Timer32khzMapC.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
*** Msp430Timer32khzMapC.nc	3 Aug 2006 18:17:52 -0000	1.1.2.1
--- Msp430Timer32khzMapC.nc	18 Oct 2006 22:02:25 -0000	1.1.2.2
***************
*** 26,30 ****
    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 override this
--- 26,30 ----
    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 override this



More information about the Tinyos-2-commits mailing list