summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-02-28 07:45:51 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-02-28 07:45:51 -0600
commite67e6bfad912c81f397d7fa403cb4eb00a3ea676 (patch)
treea3811afb0cfb14370f3e68f3a63313903f393972 /nuttx/ChangeLog
parentb9fd031631b1d044334399a1f2345e8d952aa5a5 (diff)
downloadnuttx-e67e6bfad912c81f397d7fa403cb4eb00a3ea676.tar.gz
nuttx-e67e6bfad912c81f397d7fa403cb4eb00a3ea676.tar.bz2
nuttx-e67e6bfad912c81f397d7fa403cb4eb00a3ea676.zip
configs/*/defconfig: If CONFIG_NSH_LIBRARY is set, make sure that CONFIG_NSH_READLINE is also set or the configuration will use the CLE the next time it is reconfigured
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index d71a05a1e..8c75a32f4 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6684,3 +6684,7 @@
An asynchronous, "external" clock may now be used to drive the CPU
load calculations for more accurate load measurements when needed
(2014-2-27).
+ * configs/*/defconfig: If CONFIG_NSH_LIBRARY=y then set CONFIG_NSH_READLINE=y
+ otherwise the CLE will be selected by default the next time that
+ make menuconfig is used (2014-2-28).
+