diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 2e3127e685..a11204a971 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: January 30, 2010

+

Last Updated: March 14, 2010

@@ -1688,6 +1688,9 @@ nuttx-5.2 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * arch/arm/src/sam3u/sam3u_pio.c - Fix an address calculation error that caused ports B & C to get mapped to the PIOA base address. This is an important bugfix! (a patch is available) + * arch/arm/src/lpc313x/lpc313x_boot.c - Fix an error in the vector + initialization was causing a memory fault. + * lib/lib_strtod.c - Add strtod() pascal-2.1 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>