[Tinyos-2-commits] CVS: tinyos-2.x/apps/Null NullAppC.nc, 1.2,
1.3 NullC.nc, 1.3, 1.4
Jan Beutel
beutel at users.sourceforge.net
Wed Aug 29 14:30:18 PDT 2007
Update of /cvsroot/tinyos/tinyos-2.x/apps/Null
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv26780/apps/Null
Modified Files:
NullAppC.nc NullC.nc
Log Message:
a dummy checkin to test the autobuild system - will be reverted tomorrow!
Index: NullAppC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/Null/NullAppC.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** NullAppC.nc 12 Jul 2006 16:59:01 -0000 1.2
--- NullAppC.nc 29 Aug 2007 21:30:05 -0000 1.3
***************
*** 32,36 ****
* Null is an empty skeleton application. It is useful to test that the
* build environment is functional in its most minimal sense, i.e., you
! * can correctly compile an application.
*
* @author Cory Sharp <cssharp at eecs.berkeley.edu>
--- 32,38 ----
* Null is an empty skeleton application. It is useful to test that the
* build environment is functional in its most minimal sense, i.e., you
! * can correctly compile an application. It is also useful to test the
! * minimum power consumption of a node when it has absolutely no
! * interrupts or resources active.
*
* @author Cory Sharp <cssharp at eecs.berkeley.edu>
***************
*** 41,44 ****
--- 43,49 ----
implementation {
components MainC, NullC;
+ components new TimerMilliC() as Timer0;
+ components new TimerMilliC() as Timer1;
+ components new TimerMilliC() as Timer2;
MainC.Boot <- NullC;
Index: NullC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/Null/NullC.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** NullC.nc 7 Nov 2006 19:30:34 -0000 1.3
--- NullC.nc 29 Aug 2007 21:30:05 -0000 1.4
***************
*** 32,36 ****
* Null is an empty skeleton application. It is useful to test that the
* build environment is functional in its most minimal sense, i.e., you
! * can correctly compile an application.
*
* @author Cory Sharp <cssharp at eecs.berkeley.edu>
--- 32,38 ----
* Null is an empty skeleton application. It is useful to test that the
* build environment is functional in its most minimal sense, i.e., you
! * can correctly compile an application. It is also useful to test the
! * minimum power consumption of a node when it has absolutely no
! * interrupts or resources active.
*
* @author Cory Sharp <cssharp at eecs.berkeley.edu>
More information about the Tinyos-2-commits
mailing list