Add host based test for wget()

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1644 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo
2009-03-26 02:38:07 +00:00
parent e3f089a210
commit 9ab52a276a
5 changed files with 31 additions and 13 deletions
+2
View File
@@ -671,3 +671,5 @@
* Z80: Patch incorported: "[2696648] Z80: interrupt flag stored in parity bit"
(submitted by JPelletier). The is the same fix that was needed for the
eZ80 and fixed in 0.4.2.
* netutils: Added logic to support a simple wget() function
* examples/wget: Added a test for wget()