aboutsummaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-06-01 13:22:27 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-06-01 13:22:27 +0000
commitd704edcac69c3dc618517e94d8b090a35bab1975 (patch)
tree780cc0357a4203ad6d0ba1baf753484442a0fee2 /nuttx/ChangeLog
parent904c756f81ea889fa00ffa108dfb16520319d9a6 (diff)
downloadpx4-firmware-d704edcac69c3dc618517e94d8b090a35bab1975.tar.gz
px4-firmware-d704edcac69c3dc618517e94d8b090a35bab1975.tar.bz2
px4-firmware-d704edcac69c3dc618517e94d8b090a35bab1975.zip
Interrupt priority fix + new LM3S header files
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4792 7fd9a85b-ad96-42d3-883c-3090e2eb8679
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 0e7ab01c8..55dcf0da8 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2854,4 +2854,10 @@
distinguish command and data. But FSMC address bits 0-24 correspond to ARM
address bits 1-25, se we need to set bit 17 in order generate output on
FSMC_A16.
+ * arch/arm/src/lm3s/lm3s_epi.h and lm3s_timer.h: LM3S header files
+ (contributed by Max Neklyudov).
+ * arch/arm/src/stm32/stm32_irq.c: Some of the interrupt priorities were
+ not be initialized (F2 and F4 only). Thus, the very high numbered
+ interrupts (like UART6) and cause nested interrupts. This leads to
+ some very difficult to debug crashes. Fix contributed by Mike Smith.