X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftosthreads%2Ftinyld%2FSerialLoaderFlash%2FFlashVolumeManagerC.nc;h=bb9440f80412ddd7cf45878044953fada840000d;hb=82b0ae40259e7b3a31b13b9a379d82c2011fd4c4;hp=88b8f007830a5bd4cf0c6008ee1f2cb7be326bea;hpb=8b80d9d0c58ecf3012efb74ec3d4d1f5e599ccda;p=tinyos-2.x.git diff --git a/apps/tosthreads/tinyld/SerialLoaderFlash/FlashVolumeManagerC.nc b/apps/tosthreads/tinyld/SerialLoaderFlash/FlashVolumeManagerC.nc index 88b8f007..bb9440f8 100755 --- a/apps/tosthreads/tinyld/SerialLoaderFlash/FlashVolumeManagerC.nc +++ b/apps/tosthreads/tinyld/SerialLoaderFlash/FlashVolumeManagerC.nc @@ -21,6 +21,11 @@ */ /** + * 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 */