summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-03-06 13:00:50 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-03-06 13:00:50 -0600
commit77a632298aebc2287acf233f6dd998aa8d1f4db8 (patch)
treee6a2f31bb4f24ab917272e5a2ef9853708356f14 /nuttx/ChangeLog
parent77fb1a3d39743ca53ed17239109b8a82c293205e (diff)
downloadnuttx-77a632298aebc2287acf233f6dd998aa8d1f4db8.tar.gz
nuttx-77a632298aebc2287acf233f6dd998aa8d1f4db8.tar.bz2
nuttx-77a632298aebc2287acf233f6dd998aa8d1f4db8.zip
Support for the older, manual configurations has been completely removed from the NuttX build system
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 1d42b05b5..63490b23b 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6923,3 +6923,14 @@
* configs/rgmp/x86/cxxtest: Configuration converted to use the
kconfig-frontends tools. This completes the conversion of all
configurations to the newer format (2014-3-6)
+ * Removed the CONFIG_NUTTX_NEWCONFIG setting from every defconfig
+ file (2014-3-6).
+ * The legacy, manual configuration is no longer supported by the
+ NuttX build system. Only the newer configurations generated by
+ the kconfig-frontends tools will generate viable NuttX
+ configurations. All board configurations in the NuttX source tree
+ have bee converted to use the newer configuration, but if you have
+ some older style configurations for you board, you will need to
+ convert those configurations to use the kconfig-frontends tools.
+ See http://www.nuttx.org/doku.php?id=wiki:howtos:convertconfig for
+ some guidelines (2014-3-6).