]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - apps/tosthreads/tinyld/SerialLoaderFlash/FlashVolumeManagerC.nc
Updated documentation on all of the applications as well as modified the TestJoin...
[tinyos-2.x.git] / apps / tosthreads / tinyld / SerialLoaderFlash / FlashVolumeManagerC.nc
index 88b8f007830a5bd4cf0c6008ee1f2cb7be326bea..bb9440f80412ddd7cf45878044953fada840000d 100755 (executable)
 */
 
 /**
+ * SerialLoaderFlash is similar to SerialLoader in that it receives
+ * loadable programs from the serial port. However, SerialLoaderFlash
+ * stores them on the external flash. Then, when it receives the command to
+ * load the code, it makes the call to the dynamic loader.
+ * 
  * @author Chieh-Jan Mike Liang <cliang4@cs.jhu.edu>
  */