summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-22 11:16:29 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-22 11:16:29 -0600
commit350022ad4bbf8068b2f6ae5c4878fd51857f054b (patch)
treea0406b66b8118bceb1c76f1dc31a7d8e172d9eb7 /nuttx/ChangeLog
parent7d1e70ca45983e51ee2cf2645baa547f754cbdd6 (diff)
downloadnuttx-350022ad4bbf8068b2f6ae5c4878fd51857f054b.tar.gz
nuttx-350022ad4bbf8068b2f6ae5c4878fd51857f054b.tar.bz2
nuttx-350022ad4bbf8068b2f6ae5c4878fd51857f054b.zip
Add logic to configure interrupt controller debug; Fix high priority, nested interrupt build problems
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index cdf0d8778..7ddd2d0a4 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6267,3 +6267,9 @@
README.txt, and src/stm32_highpri.c: This is the initial framework
for a test of the high priority, nested interrupt logic. Still
incomplete and does not yet run (2013-12-22).
+ * arch/arm/src/armv7-m/ram_vectors.h and up_ramvec_initialize.c:
+ Correct alignment of the RAM vector table (2013-12-22).
+ * Kconfig: Support configuration of interrupt controller debug output
+ (2013-12-22).
+ * configs/viewtool-stm32f107/scripts: Need to do some special things
+ in linking of the common vectors are used (2013-12-22).