[Tinyos-beta-commits] CVS: tinyos-1.x/beta/platform/imote2 TrickleC.nc, 1.2, 1.3 TrickleM.nc, 1.3, 1.4

Josh jsherbach at users.sourceforge.net
Fri Sep 2 16:40:01 PDT 2005


Update of /cvsroot/tinyos/tinyos-1.x/beta/platform/imote2
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25344

Modified Files:
	TrickleC.nc TrickleM.nc 
Log Message:
Module to receive binary images (over USB presently) and then act as a boot loader for those images

Index: TrickleC.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/platform/imote2/TrickleC.nc,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** TrickleC.nc	1 Sep 2005 18:12:54 -0000	1.2
--- TrickleC.nc	2 Sep 2005 23:39:58 -0000	1.3
***************
*** 1,2 ****
--- 1,7 ----
+ /* 
+  * Author:		Josh Herbach
+  * Revision:	1.0
+  * Date:		09/02/2005
+  */
  configuration TrickleC {
    provides interface StdControl as Control;

Index: TrickleM.nc
===================================================================
RCS file: /cvsroot/tinyos/tinyos-1.x/beta/platform/imote2/TrickleM.nc,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** TrickleM.nc	2 Sep 2005 23:06:59 -0000	1.3
--- TrickleM.nc	2 Sep 2005 23:39:58 -0000	1.4
***************
*** 1,2 ****
--- 1,7 ----
+ /* 
+  * Author:		Josh Herbach
+  * Revision:	1.0
+  * Date:		09/02/2005
+  */
  module TrickleM {
    provides interface StdControl as Control;



More information about the Tinyos-beta-commits mailing list