summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nuttx/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 7ca25c313..18bd41fd2 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7674,3 +7674,8 @@
From Max Nekludov (2014-7-7)
* SAMA5D3/4 I2C: Test for read or write operation was reversed. How
could this have worked before? (2014-7-7).
+ * SAMA5D3/4 PIO Interrupts: Correct a typo in
+ arch/arm/src/sama5/sam_pio.h that could disable PIO interrupt support
+ if only PIOE interrupts were enabled (2014-7-7).
+ * SAMA5D4 PIO Interrupts: Macro SAM_PION_VBASE is not defined for the
+ SAMA5D4 and must be replaced with a table lookup (2014-7-7).