From 88c7b68b5718aed0daf7cc7deebb0875369256a8 Mon Sep 17 00:00:00 2001 From: patacongo Date: Sun, 4 Apr 2010 16:40:18 +0000 Subject: [PATCH] lpc313x update git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2574 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index f79e045f8df..267f93e9933 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: March 28, 2010

+

Last Updated: April 4, 2010

@@ -1660,9 +1660,10 @@ nuttx-5.3 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * 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). + (untested on initial checkin). * arch/arm/src/sam3u/sam3u_hsmci.c - SD memory card support for AT90SAM3U (incomplete on initial checkin). + * drivers/usbdev - Several important fixes to the USB mass storage driver pascal-2.1 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>