[Tinyos-2-commits] CVS: tinyos-2.x/tos/platforms/telosa/chips/cc2420 HplCC2420AlarmC.nc, 1.1.2.4, 1.1.2.5 HplCC2420InterruptsC.nc, 1.1.2.6, 1.1.2.7

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


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

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	HplCC2420AlarmC.nc HplCC2420InterruptsC.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: HplCC2420AlarmC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/telosa/chips/cc2420/HplCC2420AlarmC.nc,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -d -r1.1.2.4 -r1.1.2.5
*** HplCC2420AlarmC.nc	20 Jun 2006 18:56:06 -0000	1.1.2.4
--- HplCC2420AlarmC.nc	18 Oct 2006 22:02:25 -0000	1.1.2.5
***************
*** 41,45 ****
  
    provides interface Init;
-   provides interface Alarm<T32khz,uint16_t> as Alarm32khz16;
    provides interface Alarm<T32khz,uint32_t> as Alarm32khz32;
  
--- 41,44 ----
***************
*** 48,56 ****
  implementation {
  
!   components new Alarm32khzC();
  
!   Init = Alarm32khzC;
!   Alarm32khz16 = Alarm32khzC.Alarm32khz16;
!   Alarm32khz32 = Alarm32khzC.Alarm32khz32;
    
  }
--- 47,54 ----
  implementation {
  
!   components new Alarm32khz32C();
  
!   Init = Alarm32khz32C;
!   Alarm32khz32 = Alarm32khz32C;
    
  }

Index: HplCC2420InterruptsC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tos/platforms/telosa/chips/cc2420/HplCC2420InterruptsC.nc,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -C2 -d -r1.1.2.6 -r1.1.2.7
*** HplCC2420InterruptsC.nc	20 Jun 2006 18:56:06 -0000	1.1.2.6
--- HplCC2420InterruptsC.nc	18 Oct 2006 22:02:25 -0000	1.1.2.7
***************
*** 48,52 ****
  implementation {
  
-   components Counter32khzC;
    components HplMsp430GeneralIOC as GeneralIOC;
    components Msp430TimerC;
--- 48,51 ----



More information about the Tinyos-2-commits mailing list