summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-21 15:05:48 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-21 15:05:48 -0600
commitd4c848e5f49652dcb4b38506d3700d8a1e8c2dff (patch)
tree07874b7800338a66451b897bdc5fa7175d4b649e /nuttx/ChangeLog
parent61d8a57e974548c1c7ef65e9546976053f6c5a9e (diff)
downloadnuttx-d4c848e5f49652dcb4b38506d3700d8a1e8c2dff.tar.gz
nuttx-d4c848e5f49652dcb4b38506d3700d8a1e8c2dff.tar.bz2
nuttx-d4c848e5f49652dcb4b38506d3700d8a1e8c2dff.zip
Finishes coding of ARMv7-M high priority nested interrupt logic. Still undocumented; still not fully tested
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog8
1 files changed, 6 insertions, 2 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 3320f5250..0976030f3 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6250,7 +6250,11 @@
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,
+ * arch/Kconfig, arch/arm/Kconfig, arch/arm/include/x/chip.h, and
+ and 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).
+ * arch/arm/src/armv7-m/up_exception.S and arch/arm/src/x/x_vectors.S:
+ where x={kinetis, lm, lpc17xx, lpc43xx, sam34, or stm32}: completes
+ the basic implementation of nested, high priority interreupts.
+ Still untested and need documentation (2013-12-21).