From 9dc592a23a95052f9b567fc63df0fe34089ff0ed Mon Sep 17 00:00:00 2001 From: patacongo Date: Sat, 18 Jul 2009 19:47:08 +0000 Subject: [PATCH] Add framework for THTTPD example git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1989 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index a8a546ca0f..e0a815934a 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: July 13, 2009

+

Last Updated: July 18, 2009

@@ -1493,6 +1493,11 @@ nuttx-0.4.10 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> when creating test threads (16Kb stacksize). The stack size should be controlled by the .config file or the OSTest won't work on platforms with memory constraints. + * netutils/thttpd: An initial port of Jef Poskanzer's THTTPD HTPPD server. + See http://acme.com/software/thttpd/. + * examples/thttpd: A basic test program for THTTPD + * configs/eagle100/thttpd: A build configuration for THTTPD on the Micromint + Eagle-100 LMS6918 (Cortex-M3) board. nuttx-0.4.10 2009-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>