summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
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).