X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=apps%2Ftosthreads%2Ftinyld%2FSerialLoader%2FSerialLoaderP.nc;h=b66e2ef0961bcfddb3c5b6ee593828a45340aa04;hb=82b0ae40259e7b3a31b13b9a379d82c2011fd4c4;hp=15b17c48e9eccdcc54ec2e6ef973eb1e39c57b7e;hpb=8b80d9d0c58ecf3012efb74ec3d4d1f5e599ccda;p=tinyos-2.x.git diff --git a/apps/tosthreads/tinyld/SerialLoader/SerialLoaderP.nc b/apps/tosthreads/tinyld/SerialLoader/SerialLoaderP.nc index 15b17c48..b66e2ef0 100755 --- a/apps/tosthreads/tinyld/SerialLoader/SerialLoaderP.nc +++ b/apps/tosthreads/tinyld/SerialLoader/SerialLoaderP.nc @@ -21,6 +21,10 @@ */ /** + * SerialLoader receives loadable programs from the serial port and stores + * it in a byte array. Then, when it receives the command to load the code, + * it makes the call to the dynamic loader. + * * @author Chieh-Jan Mike Liang * @author Jeongyeup Paek **/