summaryrefslogtreecommitdiff
path: root/nuttx/ChangeLog
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-09-08 17:56:08 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-09-08 17:56:08 +0000
commit577d5456db4d4e5a740208f01362521aeda22aae (patch)
tree3f3758da5a79ed3e03f7cec67bcec8a3d7a3e65b /nuttx/ChangeLog
parentc9e0f9f37ea4d38a26baad8dafbf2e82f73322db (diff)
downloadpx4-nuttx-577d5456db4d4e5a740208f01362521aeda22aae.tar.gz
px4-nuttx-577d5456db4d4e5a740208f01362521aeda22aae.tar.bz2
px4-nuttx-577d5456db4d4e5a740208f01362521aeda22aae.zip
Fix I2C/FSMC conflict for STM32; Fix STM32 clock setup
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3942 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/ChangeLog')
-rw-r--r--nuttx/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog
index 97b90f608..0e168cb6f 100644
--- a/nuttx/ChangeLog
+++ b/nuttx/ChangeLog
@@ -2060,3 +2060,7 @@
Li Zhuoyi (Lzyy).
* arch/arm/src/lpc17xx/lpc17_i2c.c: I2C driver for the NXP LPC17xx family
submitted by Li Zhuoyi (Lzyy)
+ * arch/arm/src/stm32_i2c.c: Correct two issues with the STM32 I2C driver:
+ (1) Clocking needs to be based on PCLK1, not HCLK and fast speed settings
+ need some additional bits; and (2) Correct a hang that will occur on
+ I2C1 if FSMC is also enabled.