From 3e16c9317806ba04835e53d746259f608ff7bf7e Mon Sep 17 00:00:00 2001 From: patacongo Date: Fri, 9 Apr 2010 01:14:24 +0000 Subject: [PATCH] lpc2378 port contributed by Rommel Marcelo git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2579 42af7a65-404d-4744-a932-0658087f49c3 --- Documentation/NuttX.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 267f93e9933..af1cfd2d9ca 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: April 4, 2010

+

Last Updated: April 8, 2010

@@ -1664,6 +1664,10 @@ nuttx-5.3 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * 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 + submitted by David Hewson. + * configs/olimex-lpc2378, arch/arm/include/lpc2378, and arch/arm/src/lpc2378 - + Basic port of the NXP 2378 on the Olimex board contributed by + Rommel Marcelo. pascal-2.1 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>