diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index 31e338edf..e469911a4 100644 --- a/nuttx/ChangeLog +++ b/nuttx/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/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html index fc1e226bc..c1570d720 100644 --- a/nuttx/Documentation/NuttX.html +++ b/nuttx/Documentation/NuttX.html @@ -8,7 +8,7 @@

NuttX RTOS

-

Last Updated: March 15, 2010

+

Last Updated: March 16, 2010

@@ -1693,6 +1693,11 @@ nuttx-5.2 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr> * 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 <spudmonkey@racsa.co.cr> diff --git a/nuttx/configs/ea3131/README.txt b/nuttx/configs/ea3131/README.txt index 7534c0813..eef5fffcf 100755 --- a/nuttx/configs/ea3131/README.txt +++ b/nuttx/configs/ea3131/README.txt @@ -392,6 +392,10 @@ selected as follow: Where 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