summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-04-25 16:23:00 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-04-25 16:23:00 -0600
commitec8c32f99f5639dbd7b58a03cc4be561d61d1a1a (patch)
tree6500278b095c608c0b129ccccab56745450f9d56 /nuttx/ChangeLog
parent7c5259bbc1226e5a62974854a8e225962950dfe3 (diff)
downloadpx4-nuttx-ec8c32f99f5639dbd7b58a03cc4be561d61d1a1a.tar.gz
px4-nuttx-ec8c32f99f5639dbd7b58a03cc4be561d61d1a1a.tar.bz2
px4-nuttx-ec8c32f99f5639dbd7b58a03cc4be561d61d1a1a.zip
Sourceforge ticket #26: STM32 up_prioritize_irq should not be called if CONFIG_ARCH_IRQPRIO is not defined
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index ec190bb2e..a3d3c8dd7 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7251,4 +7251,7 @@
* arch/z16/src/z16f_timerisr.c: Fix calculation of timer
reload and prescaler. The timer frequency was way too fast
(2014-4-25).
+ * arch/arm/src/stm32/stm32_otgfsdev.c: Sourceforge Ticket #26.
+ up_prioritize_irq should not be called if CONFIG_ARCH_IRQPRIO
+ is not defined (2014-4-25).