[Tinyos-2-commits] CVS: tinyos-2.x/apps/Null NullC.nc, 1.1.2.5, 1.1.2.6 README.txt, 1.1.2.1, 1.1.2.2

Phil Levis scipio at users.sourceforge.net
Mon Oct 30 16:14:22 PST 2006


Update of /cvsroot/tinyos/tinyos-2.x/apps/Null
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv28960

Modified Files:
      Tag: tinyos-2_0_devel-BRANCH
	NullC.nc README.txt 
Log Message:
Add comment for boot event, make note of utility of app to measure
absolute lowest power state.


Index: NullC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/Null/NullC.nc,v
retrieving revision 1.1.2.5
retrieving revision 1.1.2.6
diff -C2 -d -r1.1.2.5 -r1.1.2.6
*** NullC.nc	15 Jun 2006 12:04:05 -0000	1.1.2.5
--- NullC.nc	31 Oct 2006 00:14:20 -0000	1.1.2.6
***************
*** 43,48 ****
  implementation
  {
!   event void Boot.booted()
!   {
    }
  }
--- 43,48 ----
  implementation
  {
!   event void Boot.booted() {
!     // Do nothing.
    }
  }

Index: README.txt
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/apps/Null/README.txt,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -d -r1.1.2.1 -r1.1.2.2
*** README.txt	29 Jan 2006 20:30:58 -0000	1.1.2.1
--- README.txt	31 Oct 2006 00:14:20 -0000	1.1.2.2
***************
*** 9,13 ****
  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.
  
  Tools:
--- 9,15 ----
  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.
  
  Tools:



More information about the Tinyos-2-commits mailing list