X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=blobdiff_plain;f=apps%2Ftosthreads%2Fcapps%2FNull%2FNull.c;h=87bbde51ca4b98205bdf1f45ad83ff271e0f2bcc;hp=889ffabe149ed56aed77afb9a45ac70eb6ff0fc4;hb=e9bfab607e051bae6afb47b44892ce37541d1b44;hpb=adf1de6c009d13b7b52e68535c63b28f59c97400 diff --git a/apps/tosthreads/capps/Null/Null.c b/apps/tosthreads/capps/Null/Null.c index 889ffabe..87bbde51 100644 --- a/apps/tosthreads/capps/Null/Null.c +++ b/apps/tosthreads/capps/Null/Null.c @@ -21,6 +21,12 @@ */ /** + * 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 */