diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index c96db7b607..f05fdc6ce9 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -8,7 +8,7 @@
NuttX RTOS
- Last Updated: September 1, 2008
+ Last Updated: September 2, 2008
|
@@ -1067,7 +1067,13 @@ nuttx-0.3.14 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
* fseek() needs to discard bytes buffered by ungetc().
* Corrected ftell() return value.
* Added fsetpos() and fgetpos().
- * NSH now supports 'test' and '[' commands
+ * NSH: Now supports 'test' and '[' commands
+ * Correct error in send() timeout logic.
+ * Correct error in multi-threaded socket handling in send() and sendto().
+ Outgoing data could overwrite incoming data.
+ * Add support to uIP for application access to ICMP protocol stacks; Add
+ ping request logic.
+ * NSH: Add ping command
pascal-0.1.3 2008-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
diff --git a/Documentation/NuttxPortingGuide.html b/Documentation/NuttxPortingGuide.html
index 939ba8bdcb..2f29e0b013 100644
--- a/Documentation/NuttxPortingGuide.html
+++ b/Documentation/NuttxPortingGuide.html
@@ -1567,7 +1567,12 @@ The system can be re-made subsequently by just typing make
.
CONFIG_NET_UDP_CONNS
: The maximum amount of concurrent UDP connections
- CONFIG_NET_ICMP
: ICMP ping support on or off
+ CONFIG_NET_ICMP
: Enable minimal ICMP support. Includes built-in support
+ for sending replies to received ECHO (ping) requests.
+
+
+ CONFIG_NET_ICMP_PING
: Provide interfaces to support application level
+ support for sending ECHO (ping) requests and associating ECHO replies.
CONFIG_NET_PINGADDRCONF
: Use "ping" packet for setting IP address