summaryrefslogtreecommitdiff
path: root/nuttx/tools
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-30 12:37:34 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-30 12:37:34 -0600
commit8241609e9edbab8443fb4a3f278bfc7a924c05b1 (patch)
tree403f6fa2723bd5fda9cbf9cff50ae040714cad45 /nuttx/tools
parent0a925b25adf3c6aa533f0ddbff298ad3d6fb344b (diff)
downloadpx4-nuttx-8241609e9edbab8443fb4a3f278bfc7a924c05b1.tar.gz
px4-nuttx-8241609e9edbab8443fb4a3f278bfc7a924c05b1.tar.bz2
px4-nuttx-8241609e9edbab8443fb4a3f278bfc7a924c05b1.zip
Add MTD partition support plus fix some typos in comments
Diffstat (limited to 'nuttx/tools')
-rw-r--r--nuttx/tools/README.txt19
1 files changed, 17 insertions, 2 deletions
diff --git a/nuttx/tools/README.txt b/nuttx/tools/README.txt
index 87c610c11..cb09b7aa7 100644
--- a/nuttx/tools/README.txt
+++ b/nuttx/tools/README.txt
@@ -90,8 +90,9 @@ kconfig2html.c
auto-generated documentation will, eventually, replace the manually
updated configuratin documentation that is fallling woefully behind.
- USAGE: kconfig2html [-d] [-a <apps directory>] {-o <out file>] [<Kconfig root>]
- kconfig2html [-h]
+ $ tools/kconfig2html.exe -h
+ USAGE: tools/kconfig2html [-d] [-a <apps directory>] {-o <out file>] [<Kconfig root>]
+ tools/kconfig2html [-h]
Where:
@@ -111,6 +112,20 @@ mkconfigvars.sh
The script mkconfigvars.sh is a simple script that can be used to
re-generated that file as needed.
+ $ tools/mkconfigvars.sh -h
+ tools/mkconfigvars.sh is a tool for generation of configuration variable documentation
+
+ USAGE: tools/mkconfigvars.sh [-d|h] [-v <major.minor>]
+
+ Where:
+ -v <major.minor>
+ The NuttX version number expressed as a major and minor number separated
+ by a period
+ -d
+ Enable script debug
+ -h
+ show this help message and exit
+
mkexport.sh and Makefile.export
-------------------------------