summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-07-07 14:17:40 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-07-07 14:17:40 -0600
commit3b9fcb97ed990bcdfc36df0414828ce4e0ce8100 (patch)
treefb5255d97400c2980ae4a41b8be4c8dc3c49da6f /nuttx/ChangeLog
parent19c86d37ae6e019942cf0a82f83bc93373d2e4ff (diff)
downloadnuttx-3b9fcb97ed990bcdfc36df0414828ce4e0ce8100.tar.gz
nuttx-3b9fcb97ed990bcdfc36df0414828ce4e0ce8100.tar.bz2
nuttx-3b9fcb97ed990bcdfc36df0414828ce4e0ce8100.zip
Updata ChangeLog
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 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).