From 0befa61281b86858fe3a7f1851aabed997edacfe Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 13 Jun 2011 15:43:56 +0000 Subject: FTPC simplification and size reduction git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3701 42af7a65-404d-4744-a932-0658087f49c3 --- apps/examples/README.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'apps/examples') 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 ^^^^^^^^^^^^^^ -- cgit v1.2.3