File: tos-ramsize.1

package info (click to toggle)
tinyos-tools 1.4.2-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 3,140 kB
  • ctags: 1,626
  • sloc: cpp: 10,398; sh: 1,229; python: 1,200; ansic: 562; makefile: 305; xml: 24
file content (15 lines) | stat: -rwxr-xr-x 492 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.TH tos-ramsize 1 "Apr 10, 2009"
.SH NAME

tos-ramsize - Compute RAM usage of a TinyOS application including the stack
.SH SYNOPSIS

\fBtos-ramsize\fR [-verbosity=n] mica2|micaz|iris elf-file
.SH DESCRIPTION

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.