From: regehr Date: Sat, 25 Apr 2009 04:51:28 +0000 (+0000) Subject: minor change X-Git-Tag: rc_6_tinyos_2_1_1~404 X-Git-Url: https://oss.titaniummirror.com/gitweb/?p=tinyos-2.x.git;a=commitdiff_plain;h=6208bcd804540c0a875a0981b1a4658d3d73a1fc minor change --- diff --git a/tools/tinyos/safe/tos-ramsize b/tools/tinyos/safe/tos-ramsize index 431391e8..023e88eb 100755 --- a/tools/tinyos/safe/tos-ramsize +++ b/tools/tinyos/safe/tos-ramsize @@ -36,6 +36,8 @@ use Getopt::Long; # # optionally don't do recursion checking # +# print path to WC stack depth, perhaps graphically +# # make it possible to specify chips individually # # make it possible to explicitly specify which interrupts are atomic @@ -105,6 +107,8 @@ my %ICALL_TARGETS = ( # also look below for __prologue_saves__ and __epilogue_restores__ my %SPECIAL = ( + "TinyThreadSchedulerP__switchThreads" => 10, + # these have icalls #"__eewr_block" => 35, #"__eerd_block" => 35,