From 9d7f0319c14081b653e8e2249b15e467b8764554 Mon Sep 17 00:00:00 2001
From: patacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>
Date: Wed, 17 Mar 2010 02:31:41 +0000
Subject: [PATCH] Add NSH configuration for the lpc313x

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2549 42af7a65-404d-4744-a932-0658087f49c3
---
 ChangeLog                 | 5 +++++
 Documentation/NuttX.html  | 7 ++++++-
 configs/ea3131/README.txt | 4 ++++
 3 files changed, 15 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index 31e338edfa..e469911a49 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1062,3 +1062,8 @@
 	* lib/lib_strtod.c - Add strtod()
 	* lpc3131/ea3131 - Several bring fixes submitted by David Hewson.  The
 	  lpc3131 is almost there!  Thanks David!
+	* arch/arm/src/arm/up_head.S - Corrected backward conditional compilation
+	  that selects if vectors are located at 0x0000:0000 or 0xffff:f000.
+	  This fixes the last show stopper bug in the lpc313x bring-up.
+	* configs/ea3131/nsh - Added a NuttShell (NSH) configuration for the
+	  EA3131.
diff --git a/Documentation/NuttX.html b/Documentation/NuttX.html
index fc1e226bcf..c1570d720a 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 15, 2010</p>
+      <p>Last Updated: March 16, 2010</p>
     </td>
   </tr>
 </table>
@@ -1693,6 +1693,11 @@ nuttx-5.2 2010-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
 	* lib/lib_strtod.c - Add strtod()
 	* lpc3131/ea3131 - Several bring fixes submitted by David Hewson.  The
 	  lpc3131 is almost there!  Thanks David!
+	* arch/arm/src/arm/up_head.S - Corrected backward conditional compilation
+	  that selects if vectors are located at 0x0000:0000 or 0xffff:f000.
+	  This fixes the last show stopper bug in the lpc313x bring-up.
+	* configs/ea3131/nsh - Added a NuttShell (NSH) configuration for the
+	  EA3131.
 
 pascal-2.1 2010-xx-xx Gregory Nutt &lt;spudmonkey@racsa.co.cr&gt;
 
diff --git a/configs/ea3131/README.txt b/configs/ea3131/README.txt
index 7534c08139..eef5fffcfe 100755
--- a/configs/ea3131/README.txt
+++ b/configs/ea3131/README.txt
@@ -392,6 +392,10 @@ selected as follow:
 
 Where <subdir> is one of the following:
 
+  nsh:
+    Configures the NuttShell (nsh) located at examples/nsh.  The
+    Configuration enables only the serial NSH interface.
+
   ostest:
     This configuration directory, performs a simple OS test using
     examples/ostest.  By default, this project assumes that you are
-- 
GitLab