summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-03-04 06:41:09 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-03-04 06:41:09 -0600
commit4e2f5c545caa39ee8c439c7ac077fe47b87da24d (patch)
treed852b96999a95a25e4f3a77c56dda454ff0c08a3 /nuttx/ChangeLog
parentd08b045f7b11e3d42717c962e00638e7caf6d946 (diff)
downloadpx4-nuttx-4e2f5c545caa39ee8c439c7ac077fe47b87da24d.tar.gz
px4-nuttx-4e2f5c545caa39ee8c439c7ac077fe47b87da24d.tar.bz2
px4-nuttx-4e2f5c545caa39ee8c439c7ac077fe47b87da24d.zip
Update ChangeLog
Diffstat (limited to 'nuttx/ChangeLog')
-rwxr-xr-xnuttx/ChangeLog4
1 files changed, 3 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 81e8a932e..08ae31dac 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9918,4 +9918,6 @@
* include/nuttx/i2c.h: Add a user provided void * argument to the
I2C callback method for the I2C slave interface. Suggested by
Nate Weibley (2015-03-03).
-
+ * crypto/, include/nuttx/crypto, and arm/src/common/up_initialize.c:
+ Fix issues when AES support was added for the STM32L1. From Juha
+ Niskanen (2015-03-04).