aboutsummaryrefslogtreecommitdiff
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
commit9375b285f28c3636edab8bc60540f156aa11eaf7 (patch)
tree3dd51c0f8e6e1c0a5804b84e7018e7044c484a06 /nuttx/ChangeLog
parent4742f55507b6e1392f459a2c228efb75b567b62e (diff)
downloadpx4-firmware-9375b285f28c3636edab8bc60540f156aa11eaf7.tar.gz
px4-firmware-9375b285f28c3636edab8bc60540f156aa11eaf7.tar.bz2
px4-firmware-9375b285f28c3636edab8bc60540f156aa11eaf7.zip
More logic to use BASEPRI to control interrupts -- still doesn't work
git-svn-id: http://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.
+