Add a simple shell and configuration to verify the FTP client library

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3656 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2011-06-01 23:09:29 +00:00
parent c68ddb5a57
commit 3867f05f0f
8 changed files with 1350 additions and 3 deletions
+2 -1
View File
@@ -1792,4 +1792,5 @@
* net/getsockname.c: Added standard getsockname() to return the local
address associated with a socket.
* lib/stdio/lib_asprintf.c: Add asprintf()
* configs/olimex-lpc1766stk/ftpc: Add a configuration to support
testing of the FTP client shell.