From caaae732b39acdfd2b74648ed89cd171d6f47c36 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 30 Jun 2010 23:12:17 +0000 Subject: [PATCH] update git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2766 42af7a65-404d-4744-a932-0658087f49c3 --- ChangeLog | 5 +++++ Documentation/NuttX.html | 30 +++++++++++++++++++++++++++++- 2 files changed, 34 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index c1240f0aa85..9595f0c2519 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1157,3 +1157,8 @@ configuration for the LPC1768 on the Nucleus2G board. 5.8 2010-xx-xx Gregory Nutt + + * configs/nucleus2g/src/up_nsh.c and up_ssp.c - Add support + for SPI-based MMC/SD cards and integrate into the NSH example. + * arch/arm/src/lm3s/lm3s_vectors.S - Correct vectors for GPIOC & D + interrupts. diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html index 8e30d286257..5d1600b9d27 100644 --- a/Documentation/NuttX.html +++ b/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: June 22, 2010

+

Last Updated: June 30, 2010

@@ -1437,6 +1437,29 @@ BFD_ASSERT (*plt_offset != (bfd_vma) -1);