summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 4fc39c64b..8e180e574 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -4556,3 +4556,8 @@
contributed by Alan Carvalho de Assis. NOTE: This is still
very much a work inprogress as of this initial commit
(2013-04-16).
+ * arm/arm/src/armv6-m and arch/arm/include/armv6-m: Ooops. Fix
+ a major screw-up: The Cortex-M0 has no BASEPRI register but
+ the current logic was using it to manage interrupts. Switch
+ to using the PRIMASK. This means that hardfaults will (again)
+ occur when SVC instructions are executed (2013-4-16).