summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-08-13 07:48:18 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-08-13 07:48:18 -0600
commitb10f9ac74ef20d0ff7f56f11e84e8f5d0fcecc2d (patch)
tree676a0562d4335c1cca033269618023e54aee82ec /nuttx/ChangeLog
parenta9aab75d3c0903c8cfb75b4abfc44d2fc82ef2df (diff)
downloadnuttx-b10f9ac74ef20d0ff7f56f11e84e8f5d0fcecc2d.tar.gz
nuttx-b10f9ac74ef20d0ff7f56f11e84e8f5d0fcecc2d.tar.bz2
nuttx-b10f9ac74ef20d0ff7f56f11e84e8f5d0fcecc2d.zip
STM32 F3 fixes from John Wharington
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 71eb912a6..2471c4c7f 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -5385,4 +5385,5 @@
is disconnected, it needs to provide the FunctionAddress to the
USB HCD disconnect method so that the HCD will know which port
is being disconnected (2013-8-12).
-
+ * nuttx/arch/arm/src/stm32/Kconfig, Make.defs, and /stm32f30xxx_i2c.c:
+ STM32 F3 I2C fixes from John Wharington (2013-8-13).