[Tinyos-2-commits] CVS: tinyos-2.x/tools/tinyos/misc tos-write-buildinfo.in, 1.4, 1.5

Jan Beutel beutel at users.sourceforge.net
Thu Aug 23 12:58:01 PDT 2007


Update of /cvsroot/tinyos/tinyos-2.x/tools/tinyos/misc
In directory sc8-pr-cvs10.sourceforge.net:/tmp/cvs-serv4841/tools/tinyos/misc

Modified Files:
	tos-write-buildinfo.in 
Log Message:
addes tack and flash for platform

Index: tos-write-buildinfo.in
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tools/tinyos/misc/tos-write-buildinfo.in,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** tos-write-buildinfo.in	23 Aug 2007 19:24:53 -0000	1.4
--- tos-write-buildinfo.in	23 Aug 2007 19:57:59 -0000	1.5
***************
*** 57,62 ****
--- 57,68 ----
  print $text[0];
  print "</flash>\n";
+ print "  <$platform-flash>";
+ print $text[0];
+ print "</$platform-flash>\n";
  print "  <stack>";
  print $text[2];
  print "</stack>\n";
+ print "  <$platform-stack>";
+ print $text[2];
+ print "</$platform-stack>\n";
  print "</metrics>\n";



More information about the Tinyos-2-commits mailing list