[Tinyos-2-commits] CVS: tinyos-2.x/tools/tinyos/safe tos-ramsize, 1.6, 1.7
John Regehr
regehr at users.sourceforge.net
Thu Apr 23 10:17:30 PDT 2009
Update of /cvsroot/tinyos/tinyos-2.x/tools/tinyos/safe
In directory ddv4jf1.ch3.sourceforge.com:/tmp/cvs-serv976
Modified Files:
tos-ramsize
Log Message:
add todos
Index: tos-ramsize
===================================================================
RCS file: /cvsroot/tinyos/tinyos-2.x/tools/tinyos/safe/tos-ramsize,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** tos-ramsize 14 Apr 2009 19:36:07 -0000 1.6
--- tos-ramsize 23 Apr 2009 17:17:28 -0000 1.7
***************
*** 1,5 ****
#!/usr/bin/perl -w
! # Copyright (c) 2003 University of Utah and the Flux Group.
# All rights reserved.
#
--- 1,5 ----
#!/usr/bin/perl -w
! # Copyright (c) 2003-2009 University of Utah and the Flux Group.
# All rights reserved.
#
***************
*** 22,25 ****
--- 22,28 ----
# Revised by: Xuejun Yang on 01/10/2009
+ # For more information:
+ # http://docs.tinyos.net/index.php/Stack_Analysis
+
use strict;
use warnings;
***************
*** 42,45 ****
--- 45,50 ----
# atomic sections
#
+ # print stack used at thread blocking points
+ #
# support overriding the default heuristic for detecting atomic
# interrupts
More information about the Tinyos-2-commits
mailing list