From 6208bcd804540c0a875a0981b1a4658d3d73a1fc Mon Sep 17 00:00:00 2001 From: regehr Date: Sat, 25 Apr 2009 04:51:28 +0000 Subject: [PATCH] minor change --- tools/tinyos/safe/tos-ramsize | 4 ++++ 1 file changed, 4 insertions(+) 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, -- 2.39.2