From cf311c82ab2660543072aab9a90110bff823afcf Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 22 Apr 2013 16:46:15 -0600 Subject: [PATCH] Documentation now expects autogenerated configuration variable documenation at Documentation/NuttXConfigVariables.html --- ChangeLog | 3 +++ Documentation/NuttX.html | 21 +++++++++++++----- Documentation/NuttXDocumentation.html | 2 ++ Documentation/NuttxPortingGuide.html | 8 +++++++ Documentation/NuttxUserGuide.html | 4 ++-- tools/README.txt | 21 ++++++++++++++++++ tools/kconfig2html.c | 32 ++++++++++++++++++++++----- 7 files changed, 79 insertions(+), 12 deletions(-) diff --git a/ChangeLog b/ChangeLog index ff18c551553..6b71d23b67c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4586,3 +4586,6 @@ Aimonen (2014-4-22). * fs/fat/fs_writefat.c: mkfatfs was writing the boot code to the wrong location. From Petteri Aimonen (2014-4-22). + * Documentation: The NuttX documentation now expects to find an + auto-generated version of the configuration variable documentation + at Documentation/NuttXConfigVariables.html (2014-4-22). diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 1d7c0c2ec2d..2889f46c4c6 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: April 17, 2013

+

Last Updated: April 22, 2013

@@ -16,7 +16,7 @@
-

Table of Contents

+

Table of Contents

@@ -1019,7 +1019,7 @@ This configuration file contains a long list of settings that control what is built into NuttX and what is not. There are hundreds of such settings - (see the NuttX Porting Guide + (see the Configuration Variable Documentation for a partial list that excludes platform specific settings). These many, many configuration options allow NuttX to be highly tuned to meet size requirements. @@ -4175,6 +4175,10 @@ pascal-3.0 2011-05-15 Gregory Nutt <gnutt@nuttx.org> Porting Guide + + + Configuration Variables1 + NuttShell (NSH) @@ -4215,7 +4219,14 @@ pascal-3.0 2011-05-15 Gregory Nutt <gnutt@nuttx.org> USB Device Driver Tracing - + + +
+ 1 + This configuration variable document is auto-generated using the kconfig2html tool + That tool analyzes the NuttX Kconfig 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 tools directory README file. +
@@ -4225,6 +4236,7 @@ pascal-3.0 2011-05-15 Gregory Nutt <gnutt@nuttx.org>
+