summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index dc84f47a8..7ca25c313 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -7671,4 +7671,6 @@
character (BCH) driver. This allows any block device to be accessed
as an encrypted character device. From Max Nekludov (2014-7-7).
* SAM3/4: Fix compile of sam_aes.c if CONFIG_CRYPTO_AES is defined.
- From Max Nekludov (2014-7-7) \ No newline at end of file
+ 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).