summaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-28 15:18:26 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-07-28 15:18:26 +0000
commit51f1a88cb89e90f522a94c1dfe5ae16f17465121 (patch)
tree52871679f64d7f67529f037fadfeb242b5f2f1ad /apps/ChangeLog.txt
parente6785c7ef7a6d7eee0c8b6c2d8bd27e47d9b0d6a (diff)
downloadnuttx-51f1a88cb89e90f522a94c1dfe5ae16f17465121.tar.gz
nuttx-51f1a88cb89e90f522a94c1dfe5ae16f17465121.tar.bz2
nuttx-51f1a88cb89e90f522a94c1dfe5ae16f17465121.zip
PM update; NSH extension to catch return values
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4987 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/ChangeLog.txt')
-rwxr-xr-xapps/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index 9edc37c4e..ee7b8f26a 100755
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -259,3 +259,5 @@
* apps/modbus: Add CONFIG_MB_TERMIOS. If the driver doesn't support
termios ioctls, then don't bother trying to configure the baud, parity
etc.
+ * apps/nslib: If waitpid() is supported, then NSH not catches the
+ return value from spawned applications.