From 2cf80fbbfe388e15e594523d513decf6ed3fac4e Mon Sep 17 00:00:00 2001 From: patacongo Date: Tue, 11 Dec 2007 22:08:57 +0000 Subject: [PATCH] update git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@447 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 0ae087aa1c7..979d25e9b71 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -972,6 +972,9 @@ Other memory: * Added support for 'ifconfig' command to NSH (examples/nsh) * Moved MAC and ethernet definitions to net/ethernet.h * Fix sim and DM90x0 compilation errors introduced in 0.3.4 + * Fixed errors in C5471 configuration files for examples/uip + * Modified DHCPC (netutils/dhcpc) so that it should work in environments where + there are more than one DHCPD server.