summaryrefslogtreecommitdiff
path: root/apps/examples/README.txt
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-13 15:43:56 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-06-13 15:43:56 +0000
commit0befa61281b86858fe3a7f1851aabed997edacfe (patch)
treec0de8ecbbb1297ed19f66223e38f53cef664a0af /apps/examples/README.txt
parent3e81596316b5ba875b0521406630dbe49b063709 (diff)
downloadpx4-nuttx-0befa61281b86858fe3a7f1851aabed997edacfe.tar.gz
px4-nuttx-0befa61281b86858fe3a7f1851aabed997edacfe.tar.bz2
px4-nuttx-0befa61281b86858fe3a7f1851aabed997edacfe.zip
FTPC simplification and size reduction
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3701 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'apps/examples/README.txt')
-rw-r--r--apps/examples/README.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/apps/examples/README.txt b/apps/examples/README.txt
index 5a9d050b4..7ce5e2b52 100644
--- a/apps/examples/README.txt
+++ b/apps/examples/README.txt
@@ -73,6 +73,13 @@ examples/ftpc
not work from NSH over a telnet NSH connection (Well, it will work you
just won't be able to access the command line).
+ You may also want to define the following in your configuration file.
+ Otherwise, you will have not feeback about what is going on:
+
+ CONFIG_DEBUG=y
+ CONFIG_DEBUG_VERBOSE=y
+ CONFIG_DEBUG_FTPC=y
+
examples/hello
^^^^^^^^^^^^^^