summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2014-11-29 13:39:51 -0600
committerGregory Nutt <gnutt@nuttx.org>2014-11-29 13:39:51 -0600
commit8f2fbf8310bfdbcee6e705790f4e9b2aa0933af5 (patch)
treeaedeaf1e2457ef4a2e9767e0df62a6fe62028174
parentde235213f2fa1b302d94379e7e5376840ac40a6f (diff)
downloadnuttx-8f2fbf8310bfdbcee6e705790f4e9b2aa0933af5.tar.gz
nuttx-8f2fbf8310bfdbcee6e705790f4e9b2aa0933af5.tar.bz2
nuttx-8f2fbf8310bfdbcee6e705790f4e9b2aa0933af5.zip
Update ChangeLog
-rwxr-xr-xnuttx/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 70f1f69f5..8c113d406 100755
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -9125,3 +9125,5 @@
use the variadic interface form. Internally, the ioctl handling is
the same three-parameter logic. The only real complexity to the shim
is in how the system calls must be handled (2014-11-29).
+ * arch/arm/src/stm32/stm32_i2c.c: Port Tridge's I2C noise resilience
+ logic from the PX4 repository (2014-11-29).