aboutsummaryrefslogtreecommitdiff
path: root/apps/ChangeLog.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-15 21:01:37 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-15 21:01:37 +0000
commitfcb316906d1741c28292e94eb7f09bd4d71ccb48 (patch)
treea84eb181060b4367ba7278a829a2ce7f3a83ffa9 /apps/ChangeLog.txt
parent90a72e97d3f18a5e230578c63113da119622a73a (diff)
downloadpx4-firmware-fcb316906d1741c28292e94eb7f09bd4d71ccb48.tar.gz
px4-firmware-fcb316906d1741c28292e94eb7f09bd4d71ccb48.tar.bz2
px4-firmware-fcb316906d1741c28292e94eb7f09bd4d71ccb48.zip
Implement redirection of output from NSH builtin commands to a file in a mounted volume
git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5521 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/ChangeLog.txt')
-rw-r--r--apps/ChangeLog.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/ChangeLog.txt b/apps/ChangeLog.txt
index bf329a40d..ea4fcd07b 100644
--- a/apps/ChangeLog.txt
+++ b/apps/ChangeLog.txt
@@ -467,3 +467,5 @@
* apps/examples/ostest/waitpid.c: Add a test for waitpid(), waitid(),
and wait().
* builtin/binfs.c: Add hooks for dup() method (not implemented).
+ * builtin/exec_builtin.c, nshlib/nsh_parse.c, and nshlib/nsh_builtin.c:
+ NSH now supports re-direction of I/O to files (but still not from).