diff --git a/ChangeLog b/ChangeLog
index b7a34b8f6c5f6355478632ea517a6a8adca3197c..a9b3b18833d8e4b5478519fd81c82de7dc02eaba 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1069,3 +1069,15 @@
 	  EA3131.
 
 5.3 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+
+	* arch/arm/src/lpc313x/lpc313x_usbdev.c - USB driver for the LPC313x
+	  contributed by David Hewson.
+	* configs/ea3131/src/up_ubstrgc.c, configs/ea3131/usbserial,
+	  configs/ea3131/usbstorage - USB storage and USB serial example support
+	  contributed by David Hewson.
+	* Several important compilation error fixes in lpc313x and (dualspeed) USB
+	  code also contributed by David Hewson.
+	* arch/arm/src/sam3u/sam3u_dmac.c - DMA support for the AT90SAM3U.
+	  (incomplete on initial checkin).
+	* arch/arm/src/sam3u/sam3u_hsmci.c - SD memory card support for AT90SAM3U
+	  (incomplete on initial checkin).
\ No newline at end of file
diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index 082ca97b30e1a9b96d6b75d682e4396b5dd9fe1b..f79e045f8dfa87adbefcfa7d1e1f4a65bc10dd0f 100644
--- a/Documentation/NuttX.html
+++ b/Documentation/NuttX.html
@@ -8,7 +8,7 @@
   <tr align="center" bgcolor="#e4e4e4">
     <td>
       <h1><big><font color="#3c34ec"><i>NuttX RTOS</i></font></big></h1>
-      <p>Last Updated: March 18, 2010</p>
+      <p>Last Updated: March 28, 2010</p>
     </td>
   </tr>
 </table>
@@ -1652,6 +1652,18 @@ buildroot-1.8 2009-12-21 &lt;spudmonkey@racsa.co.cr&gt;
 <ul><pre>
 nuttx-5.3 2010-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
 
+	* arch/arm/src/lpc313x/lpc313x_usbdev.c - USB driver for the LPC313x
+	  contributed by David Hewson.
+	* configs/ea3131/src/up_ubstrgc.c, configs/ea3131/usbserial,
+	  configs/ea3131/usbstorage - USB storage and USB serial example support
+	  contributed by David Hewson.
+	* Several important compilation error fixes in lpc313x and (dualspeed) USB
+	  code also contributed by David Hewson.
+	* arch/arm/src/sam3u/sam3u_dmac.c - DMA support for the AT90SAM3U.
+	  (incomplete on initial checkin).
+	* arch/arm/src/sam3u/sam3u_hsmci.c - SD memory card support for AT90SAM3U
+	  (incomplete on initial checkin).
+
 pascal-2.1 2010-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
 
 buildroot-1.9 2010-xx-xx <spudmonkey@racsa.co.cr>