summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-07-18 19:47:08 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2009-07-18 19:47:08 +0000
commita06a3e444b1f53f34ad78067e68f06cc040ebe31 (patch)
treefa1a9c4989476f8a46be5a5ad275dc0ec565bd8b /nuttx/ChangeLog
parent0ae84141bbd645eff4c096b608a2aee7704ea17a (diff)
downloadnuttx-a06a3e444b1f53f34ad78067e68f06cc040ebe31.tar.gz
nuttx-a06a3e444b1f53f34ad78067e68f06cc040ebe31.tar.bz2
nuttx-a06a3e444b1f53f34ad78067e68f06cc040ebe31.zip
Add framework for THTTPD example
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1989 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 1ae0fd8ff..97f299ae9 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -820,3 +820,9 @@
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.
+