summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-03-17 02:31:41 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-03-17 02:31:41 +0000
commitf7706a9a68c4a37984163bcacec56020895eb85d (patch)
tree5ec33cba374671557b59f853fd2089cb82fc5de9 /nuttx/ChangeLog
parent99acf391fd4ae98d3d586a167e72182eaec52f2b (diff)
downloadnuttx-f7706a9a68c4a37984163bcacec56020895eb85d.tar.gz
nuttx-f7706a9a68c4a37984163bcacec56020895eb85d.tar.bz2
nuttx-f7706a9a68c4a37984163bcacec56020895eb85d.zip
Add NSH configuration for the lpc313x
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2549 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
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.