]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tosthreads/capps/Null/Null.c
Merge TinyOS 2.1.1 into master.
[tinyos-2.x.git] / apps / tosthreads / capps / Null / Null.c
index 889ffabe149ed56aed77afb9a45ac70eb6ff0fc4..87bbde51ca4b98205bdf1f45ad83ff271e0f2bcc 100644 (file)
 */
 
 /**
+ * Null is an empty skeleton application for testing the basic compilation and
+ * runtime of a c-based tosthreads 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 Chieh-Jan Mike Liang <cliang4@cs.jhu.edu>
  */