summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-10-14 07:31:09 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-10-14 07:31:09 -0600
commit898cec64c6e8cc2b5503b333a7c191847c8805fc (patch)
tree9fca31305e2c2363cb6af7a4376fe042b361665c /apps/ChangeLog.txt
parentf612b722fa6d7041a5851b7f3116347424d4e0ba (diff)
downloadnuttx-898cec64c6e8cc2b5503b333a7c191847c8805fc.tar.gz
nuttx-898cec64c6e8cc2b5503b333a7c191847c8805fc.tar.bz2
nuttx-898cec64c6e8cc2b5503b333a7c191847c8805fc.zip
apps/Makefile should include external/Make.defs so that external applications can participate in the menu configuration
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index d8ce1efbd..a7446ca07 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -676,4 +676,12 @@
commands (2013-10-5).
* apps/system/i2ctool/Kconfig: Fix default I2C frequency: 400KHz
instead of 4MHz. Suggested by Max Kriegleder (2013-10-10).
+ * apps/system/info/Kconfig and Makefile: Increase stack size.
+ Ken Petit reports that this simple command can exceed its 768
+ stack size under certain conditions. The size is marginal and
+ has been increased to 1024 by default but is also now configurable
+ (2013-10-14).
+ * apps/Makefile: Need to include external/Make.defs if we want
+ allow external applications to participate in the NuttX
+ configuration. Suggested by gdi@embedders.org (2013-10-14).