summaryrefslogtreecommitdiff
path: root/apps/examples
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-02 15:05:48 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-02 15:05:48 +0000
commit971830b005e76311a0950d26f6862997c892e76a (patch)
tree599f441faca90309ec3f48698ba5491b0a7017c7 /apps/examples
parent6f39c643ac7af0880f49f7673307053db11218e9 (diff)
downloadnuttx-971830b005e76311a0950d26f6862997c892e76a.tar.gz
nuttx-971830b005e76311a0950d26f6862997c892e76a.tar.bz2
nuttx-971830b005e76311a0950d26f6862997c892e76a.zip
Add support so that fdopen() may be used on socket descriptors
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3659 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples')
-rw-r--r--apps/examples/README.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/examples/README.txt b/apps/examples/README.txt
index f14037e72..2a15dac5d 100644
--- a/apps/examples/README.txt
+++ b/apps/examples/README.txt
@@ -63,6 +63,10 @@ examples/ftpc
where xx.xx.xx.xx is the IP address of the FTP server and pp is an
optional port number.
+ NOTE: The ftpc task uses the system console for input/output. It will
+ not work from NSH over a telnet NSH connection (Well, it will work you
+ just won't be able to access the command line).
+
examples/hello
^^^^^^^^^^^^^^