X-Git-Url: https://oss.titaniummirror.com/gitweb/?a=blobdiff_plain;f=tools%2Ftinyos%2Fmisc%2Ftos-storage-stm25p.1;h=b558bd22cb50c545b2985ec943d043efab826b02;hb=4dc7ca80ef46f88cfcb52e9f806a75bcaa64b20a;hp=21253e7976274393da0a65172150b797e7f3755a;hpb=e328fe88deee91ef659aae20c94ff4153a257187;p=tinyos-2.x.git diff --git a/tools/tinyos/misc/tos-storage-stm25p.1 b/tools/tinyos/misc/tos-storage-stm25p.1 index 21253e79..b558bd22 100644 --- a/tools/tinyos/misc/tos-storage-stm25p.1 +++ b/tools/tinyos/misc/tos-storage-stm25p.1 @@ -5,7 +5,7 @@ tos-storage-stm25p - Generate storage volume description code .SH SYNOPSIS -\fBtos-storage-stm25p\fR +\fBtos-storage-stm25p\fR \fIplatform-directory\fR .SH DESCRIPTION \fBtos-storage-stm25p\fR reads a user specification describing the layout @@ -14,11 +14,16 @@ describing that layout for use by the TinyOS 2.0 storage subsystem. The user specification is in XML and is read from standard input. The code is written to standard output. +The argument should specify the platform directory for the current +compilation target; this is necessary for the correct handling of +file include statements in the XML input. + This program is normally invoked automatically by the TinyOS build system when your application directory contains a \fBvolumes-stm25p.xml\fR file. .SH EXAMPLES - tos-storage-stm25p build/telosb/StorageVolumes.h + tos-storage-stm25p /opt/tinyos-2.x/tos/platforms/telosb \\ + build/telosb/StorageVolumes.h .SH SEE ALSO .IR tos-storage-stm25p (1)