summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-22 14:37:17 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2013-01-22 14:37:17 +0000
commitf538392b3b9cb194d8b33b14b9a8e17636cf7f81 (patch)
tree3dd51c0f8e6e1c0a5804b84e7018e7044c484a06 /nuttx/ChangeLog
parentfefa8ee3353d5ac7ef0e925ba8dcbbb89f2c96ae (diff)
downloadpx4-nuttx-f538392b3b9cb194d8b33b14b9a8e17636cf7f81.tar.gz
px4-nuttx-f538392b3b9cb194d8b33b14b9a8e17636cf7f81.tar.bz2
px4-nuttx-f538392b3b9cb194d8b33b14b9a8e17636cf7f81.zip
More logic to use BASEPRI to control interrupts -- still doesn't work
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5547 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 41f38bd91..75bfd457f 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4001,3 +4001,13 @@
* nuttx/lcd/hd4478ou.h and configs/pcblogic-pic32mx/src/up_lcd1602:
Start of support of LCD1602 alphanumeric LCD. I need a few
more parts before I can finish integrating this one.
+ * arch/arm/src/*/chip.h and arch/arm/include/*/chip.h: Move all
+ priority ragnes from the src to the include chip.h header file.
+ * arch/arm/include/armv7-m/irq.h: Add inline functions to enable
+ and disable interrupts via the BASEPRI register.
+ * arch/arm/Kconfig: Add new option CONFIG_ARM7VM_USEBASEI
+ * arch/arm/src/*/*_irq.c: Set the priority of the SVCALL exception
+ to the highest possible value.
+ * arch/armv7-m/up_hardfault.c: Fail if a hardfault occurs
+ while CONFIG_ARM7VM_USEBASEI=y.
+