summaryrefslogtreecommitdiff
path: root/nuttx/Documentation/NuttxPortingGuide.html
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-22 16:46:15 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-22 16:46:15 -0600
commit377190ce1dbf843f6ccfa4283eb87ab3ee592c44 (patch)
treec3632177f460a374666170914096ce2bae357f64 /nuttx/Documentation/NuttxPortingGuide.html
parentff646db32dc491f86efd47546186c82ed08424bb (diff)
downloadpx4-nuttx-377190ce1dbf843f6ccfa4283eb87ab3ee592c44.tar.gz
px4-nuttx-377190ce1dbf843f6ccfa4283eb87ab3ee592c44.tar.bz2
px4-nuttx-377190ce1dbf843f6ccfa4283eb87ab3ee592c44.zip
Documentation now expects autogenerated configuration variable documenation at Documentation/NuttXConfigVariables.html
Diffstat (limited to 'nuttx/Documentation/NuttxPortingGuide.html')
-rw-r--r--nuttx/Documentation/NuttxPortingGuide.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/Documentation/NuttxPortingGuide.html b/nuttx/Documentation/NuttxPortingGuide.html
index 2a7865a95..642cb1a3c 100644
--- a/nuttx/Documentation/NuttxPortingGuide.html
+++ b/nuttx/Documentation/NuttxPortingGuide.html
@@ -4225,6 +4225,14 @@ void (*notify)(FAR struct pm_callback_s *cb, enum pm_state_e pmstate);
The following variables are recognized by the build (you may
also include architecture-specific settings).
</p>
+<p>
+ <b>Note</b>.
+ This appendix is deprecated.
+ Documentation of NuttX configuration is now provided in a separate, auto-generated <a href="NuttXConfigVariables.html">Configuration Variable Document</a>.
+ That configuration variable document is generated using the <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/tools/kconfig2html.c">kconfig2html</a> tool
+ That tool analyzes the NuttX <code>Kconfig</code> files and generates the HTML document.
+ As a consequence, this file may not be present at any given time but can be regenerated following the instructions in <code>tools</code> directory <a href="http://sourceforge.net/p/nuttx/git/ci/master/tree/nuttx/tools/README.txt">README</a> file.
+</p>
<h2>Architecture selection</h2>
<p>