From 9df42eebb0f4bba2b6c9e93038e07aa14feb4558 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 20 Dec 2013 18:25:36 -0600 Subject: 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 --- nuttx/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'nuttx/ChangeLog') 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). + -- cgit v1.2.3