summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--apps/ChangeLog.txt8
-rw-r--r--apps/Makefile1
2 files changed, 9 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).
diff --git a/apps/Makefile b/apps/Makefile
index cf6b33cd7..03e812ff3 100644
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -79,6 +79,7 @@ include modbus/Make.defs
include netutils/Make.defs
include nshlib/Make.defs
include system/Make.defs
+-include external/Make.defs
# INSTALLED_APPS is the list of currently available application directories. It
# is the same as CONFIGURED_APPS, but filtered to exclude any non-existent