diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index 200a65597b8..361619ea90e 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -8,7 +8,7 @@
NuttX RTOS
- Last Updated: January 15, 2010
+ Last Updated: January 29, 2010
|
@@ -1678,6 +1678,13 @@ nuttx-5.1 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
development board.
* confgs/ea3131/tools: Added a tool to create a image suitable for
use with the LPC313x bootloader.
+ * configs/sam3u-3k/ostest - Completed verification of the basic NuttX
+ OS test for the SAM3U.
+ * arch/arm/src/common/up_createstack - stack was always been cleared
+ when it was allocated. This is a good feature for monitoring the
+ stack during debug, but really hurts thread start-up performance.
+ Clearing is now done if CONFIG_DEBUG=y only. Changes was only made
+ for arm, but really should be made for all architectures.
pascal-2.1 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>