summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-09-08 00:58:46 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2010-09-08 00:58:46 +0000
commitca87abf1184378a5cab38f15a0cb8c3a2a8d60df (patch)
treefd2be8d25304a810bde4a6338ac2f5ffb0d6387c /nuttx/ChangeLog
parenta3479e9f7d97e024be0780d9714e03eb227e009d (diff)
downloadnuttx-ca87abf1184378a5cab38f15a0cb8c3a2a8d60df.tar.gz
nuttx-ca87abf1184378a5cab38f15a0cb8c3a2a8d60df.tar.bz2
nuttx-ca87abf1184378a5cab38f15a0cb8c3a2a8d60df.zip
Prep for 5.10 release
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@2927 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index a37777d24..0e17c9beb 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -1220,7 +1220,7 @@
* configs/ntosd-dm320 and arch/arm/src/dm320 - Add support for the
Neuros production OSD (changes contributed by bf.nuttx).
-5.10 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>
+5.10 2010-09-07 Gregory Nutt <spudmonkey@racsa.co.cr>
* configs/ea3131/locked - Create logic to support a two pass build
process: The first pass forces critical logic into the locked text
@@ -1258,3 +1258,11 @@
should not be conditioned on CONFIG_ARCH_LEDs being defined!
* arch/arm/src/lpc313x/ - APB0 and APB1 cannot lie in different
sections; they are too close together.
+ * arch/arm/src/lpc313x/lpc13x_boot.c - Resetting all of the clocking
+ had a side effect of wiping out the first 6 words of memory where the
+ interrupt vectors are located (and also not resetting the fractional
+ dividers). This is not usually noticeable because the IRQ vectors
+ are after this point, but really causes problems if you want to handle
+ data and prefectch aborts which are within this zeroed region.
+
+5.11 2010-xx-xx Gregory Nutt <spudmonkey@racsa.co.cr>