summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-20 18:25:36 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-20 18:25:36 -0600
commit9df42eebb0f4bba2b6c9e93038e07aa14feb4558 (patch)
treed8bac5eecdae0f387394e5460616863eb93f6dde /nuttx/ChangeLog
parent914aaccf48daf6e8fcf7f39fb8739100c57746bf (diff)
downloadnuttx-9df42eebb0f4bba2b6c9e93038e07aa14feb4558.tar.gz
nuttx-9df42eebb0f4bba2b6c9e93038e07aa14feb4558.tar.bz2
nuttx-9df42eebb0f4bba2b6c9e93038e07aa14feb4558.zip
Remove all configuration variable documentation from configs/README.txt and Docuemntation/NuttXPortingGuidle.html. The current NuttX configuration is documented in Kconfig files and in Documentation/NuttXSonfigVariables.html. The older configuration variable documentation is not being maintained and, hence, is a liability
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 641634c6c..b0f4e6b08 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6243,3 +6243,11 @@
* Kconfig and all Make.defs files: Add CONFIG_DEBUG_NOOPT. Now
you can indepenently enable/disable debug symbols and optimization
(2013-12-20).
+ * configs/README.txt and Documentation/NuttxPortingGuide.html:
+ Remove documentation of NuttX configuration variables. Since
+ converting to the kconfig-frontend tools, the NuttX configuration
+ is now documented in the Kconfig files and summarized in the
+ autogenerated Documentation/NuttXConfigVariables.html file.
+ This old configuration variable documentation is now a liability
+ and, hence, was removed (2013-12-20).
+