From 30385ada3f8dca0fe13ee081fa9424d356e5ef44 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 26 Mar 2009 02:38:07 +0000 Subject: [PATCH] Add host based test for wget() git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1644 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 086552061a..59e40d1d67 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: March 22, 2009

+

Last Updated: March 25, 2009

@@ -1362,6 +1362,8 @@ nuttx-0.4.4 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * 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() pascal-0.1.3 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>