summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-03-14 14:48:59 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-03-14 14:48:59 -0600
commit86189965e92ae9e80b525e7ddbf0d05e70235c65 (patch)
tree6004e87c56f3bfff436eb8f9535f8caf15e760c4
parent3a62e1991f28c83f6c993a4441db7befce28e681 (diff)
downloadpx4-nuttx-86189965e92ae9e80b525e7ddbf0d05e70235c65.tar.gz
px4-nuttx-86189965e92ae9e80b525e7ddbf0d05e70235c65.tar.bz2
px4-nuttx-86189965e92ae9e80b525e7ddbf0d05e70235c65.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 8ea70f585..f367ca8b8 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9987,3 +9987,5 @@
ACMD commands. Also, after the block reading wait loop must be
inserted before writing the next block of data to the sd card. From
Dmitry Nikolaev via Jussi Kivilinna (2015-03-13).
+ * arch/arm/src/efm32/efm32_i2c.c: Add I2C driver. From Pierre-noel
+ Bouteville (2015-03-14).