]> oss.titaniummirror.com Git - tinyos-2.x.git/blobdiff - tools/tinyos/safe/tos-ramsize.1
update docs, todos
[tinyos-2.x.git] / tools / tinyos / safe / tos-ramsize.1
index 1dde39c6ce0dbcf6c351e911dcdeb0103311a41e..20ddd7b51a06022fb6634f39e4b8fc6d02a1008b 100755 (executable)
@@ -8,4 +8,9 @@ tos-ramsize - Compute RAM usage of a TinyOS application including the stack
 \fBtos-ramsize\fR [-verbosity=n] mica2|micaz|iris elf-file
 .SH DESCRIPTION
 
-Write me.
+This tool disassembles an elf file for AVR-based TinyOS platforms and
+estimates the maximum extent of its call stack.  This number is
+reported, along with the total static and dynamic RAM usage.
+
+The primary documentation for this tool can be found on the TinyOS
+Documentation Wiki.