diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index ce7d9e6bce..0ef6c404c6 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -8,7 +8,7 @@
NuttX RTOS
- Last Updated: April 20, 2011
+ Last Updated: April 28, 2011
|
@@ -2241,8 +2241,13 @@ nuttx-6.2 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
* graphics/nxglib/nxglib_nonintersecting.c: Fix some single bit errors in
calculation of non-intersecting regions. This was causing an anomoaly
in examples/nx in column 0.
+ * drivers/mtd/rammtd.c: Added a RAM based MTD driver. This RAM driver simulates
+ FLASH and is useful for testing purposes.
+ * arch/arm/src/arm/up_head.S: Fix backward conditional compilation. This cause
+ the configs/mx1ads configuration to fail to build but does not appear to affect
+ any other ARM9 build.
-apps-6.1 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+apps-6.2 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
pascal-2.1 2011-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
@@ -2258,12 +2263,17 @@ buildroot-1.10 2011-xx-xx <spudmonkey@racsa.co.cr>
.exe files). That is probably not usable for most NuttX targets.
Instead, you should use this i486-elf-gcc to generate true ELF binaries
under Cygwin.
- * Makefile - Alter copy arguements to avoid permissions problems when
+ * Makefile - Alter copy arguments to avoid permissions problems when
copying NuttX header files.
* toolchain/nxflat/nxflat.mk and Makefile - Fix include paths.
* toolchain/gcc/3.3.6 - Added a patch to fixed compilation error on Ubuntu
9.10.
* toolchain/nxflat/Makefile - Correct static library link order.
+ * configs/arm920t-defconfig-4.3.3 - Enable support for NXFLAT tools.
+ * toolchain/binutils/2.21 and toolchain/gcc/4.5.2 - Add support for GCC
+ 4.5.2 with binutils 2.21.
+ * configs/cortex-eabi-defconfig-4.5.2 - Add a configuration to build a
+ GCC 4.5.2 EABI ARM toolchain for the Cortex-M3.