File: tos-write-image.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 (19 lines) | stat: -rw-r--r-- 642 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
.TH tos-write-image 1 "Feb 3, 2006"
.SH NAME

tos-write-image - Generate executable description for Deluge
.SH SYNOPSIS

\fBtos-write-image\fR [\fB-DIDENT_\fIname\fB=\fIvalue\fR...] [\fB--objdump=\fIobjdump\fR]
                \fB--exe=\fIexefile\fR \fB--ihex=\fIhexfile\fR
.SH DESCRIPTION

\fBtos-write-image\fR writes an XML description of an executable file to
standard output, based on the contents of a compiled file and the
identifying options generated by \fBtos-ident-flags\fR.

\fBtos-write-image\fR is normally invoked by the TinyOS build system. See
the Deluge documentation for more details.
.SH SEE ALSO

.IR tos-ident-flags (1)