From 674a072b8a8f91bcb1108735e3310e93f29fd609 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 19 Nov 2007 18:17:23 +0000 Subject: [PATCH] uIP webserver now uses listen/accept git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@386 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 c8079ed1d45..8fa4cc0ad6e 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -355,7 +355,8 @@ is available that be used to build a NuttX-compatible arm-elf toolchain.

DM320 (ARM9) This build for the ARM9 target includes a signficant subset of OS - features, ethernet driver and full TCP/IP stack (via uIP). (11/8/07) + features, ethernet driver and full TCP/IP, UDP and (minimal) ICMP + stacks (via uIP). (11/8/07)

    text    data     bss     dec     hex filename
@@ -681,6 +682,7 @@ Other memory:
 	  recv buffering issues, but this is part of a larger buffering issue.
 	* Basic server functionality verified: listen(), accept()
 	* Fix DM90x0 driver problem that caused TX overruns
+	* Add strncmp()