summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-21 11:03:38 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-21 11:03:38 -0600
commit61d8a57e974548c1c7ef65e9546976053f6c5a9e (patch)
tree3fd21b720c1b5da5cc29775428b86d25ecf68a31 /nuttx/ChangeLog
parentedd6a69500e41872b60c0a50697392227b688653 (diff)
downloadnuttx-61d8a57e974548c1c7ef65e9546976053f6c5a9e.tar.gz
nuttx-61d8a57e974548c1c7ef65e9546976053f6c5a9e.tar.bz2
nuttx-61d8a57e974548c1c7ef65e9546976053f6c5a9e.zip
Beginning of high priority nested interrupt support for the ARMv7-M family
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog7
1 files changed, 5 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index b0f4e6b08..3320f5250 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6238,7 +6238,7 @@
* Makefile.unix: Now has supports qconfig and gconfig targets.
These tools will use the Qt and GTK versions of the kconfig-
frontends configuration tools (if you built them) (2013-12-16)
- * arch/arm/src/armv7-a/arm_head.h: Fixe some errors in the cache
+ * arch/arm/src/armv7-a/arm_head.h: Fix some errors in the cache
invalidation logic (only seem to matter for Cortex-A8) (21-3-12-19).
* Kconfig and all Make.defs files: Add CONFIG_DEBUG_NOOPT. Now
you can indepenently enable/disable debug symbols and optimization
@@ -6250,4 +6250,7 @@
autogenerated Documentation/NuttXConfigVariables.html file.
This old configuration variable documentation is now a liability
and, hence, was removed (2013-12-20).
-
+ * nuttx/arch/Kconfig, nuttx/arch/arm/Kconfig, nuttx/arch/arm/include/x/chip.h,
+ and nuttx/arch/arm/src/x/x_irq.c where x={kinetis, lm, lpc17xx, lpc43xx,
+ sam34, or stm32}: Beginning of support for nested, high priority
+ interrupts. Lots more still needs to be done (2013-12-21).