X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftosthreads%2Ftinyld%2FSerialLoaderFlash%2FSerialLoaderFlashAppC.nc;h=e650d1f0974b67af982b11f170d2e9394acb2dc8;hb=82b0ae40259e7b3a31b13b9a379d82c2011fd4c4;hp=eef04affe1dfb6fb7728233c3365f046ae8b0435;hpb=8b80d9d0c58ecf3012efb74ec3d4d1f5e599ccda;p=tinyos-2.x.git diff --git a/apps/tosthreads/tinyld/SerialLoaderFlash/SerialLoaderFlashAppC.nc b/apps/tosthreads/tinyld/SerialLoaderFlash/SerialLoaderFlashAppC.nc index eef04aff..e650d1f0 100755 --- a/apps/tosthreads/tinyld/SerialLoaderFlash/SerialLoaderFlashAppC.nc +++ b/apps/tosthreads/tinyld/SerialLoaderFlash/SerialLoaderFlashAppC.nc @@ -30,6 +30,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 Kevin Klues (klueska@cs.stanford.edu) * @author Chieh-Jan Mike Liang */