summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-20 11:42:59 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-20 11:42:59 -0600
commitc7f1128c566c6e7ce92f13ce3d10bd66de185520 (patch)
tree902a068694cc8304cc4b5582d4042266e13d9b85 /nuttx/ChangeLog
parent728748a818e89be630c6aba2041cf5eb1d66289a (diff)
downloadpx4-nuttx-c7f1128c566c6e7ce92f13ce3d10bd66de185520.tar.gz
px4-nuttx-c7f1128c566c6e7ce92f13ce3d10bd66de185520.tar.bz2
px4-nuttx-c7f1128c566c6e7ce92f13ce3d10bd66de185520.zip
Add a tool to auto-generated documentation of NuttX configuration variables (still a work in progress)
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index bf74d92fe..0216356ea 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4576,3 +4576,8 @@
handles the architecture independent part of _exit(). _exit()
is used internally, but if it is called from the user, it should
unregister any atexit() or on_exit() functions (2013-4-18).
+ * tools/kconfig2html.c: This is the beginning of a tool to
+ replace the hand-generated documentation of the NuttX configruation
+ variables with auto-generated documentation. The initial checkin
+ is an incomplete, poorly structured prototype that I hope to
+ evolve into a useful tool (2014-4-20).