summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-12-22 10:12:26 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-12-22 10:12:26 -0600
commit7d1e70ca45983e51ee2cf2645baa547f754cbdd6 (patch)
tree77529ada5f3b0f13e51b999d76c9a05eea0bb69b /nuttx/ChangeLog
parent3a54da56afcf74f0721fb847ac8b298c9782aa08 (diff)
downloadnuttx-7d1e70ca45983e51ee2cf2645baa547f754cbdd6.tar.gz
nuttx-7d1e70ca45983e51ee2cf2645baa547f754cbdd6.tar.bz2
nuttx-7d1e70ca45983e51ee2cf2645baa547f754cbdd6.zip
Initial framework for a test of high-pri, nested interrupts. Incomplete and does not work
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index c0b09210e..cdf0d8778 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -6263,3 +6263,7 @@
* configs/Kconfig, configs/viewtool-stm32f107/include/board-stm32f103vct6.h,
and /board-stm32f107vct6.h: The viewtools board can now be configured
to support either the STM32F103VCT6 or the STM32F107VCT6 (2013-12-22).
+ * configs/Kconfig, README.txt, viewtool-stm32f107/highpri, Kconfig,
+ 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).