mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Add I2C trace capability; Fix another STM32 I2C/FSMC bug; add verify command to the I2C tool
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3961 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
@@ -2095,3 +2095,8 @@
|
|||||||
fixing this bug, the Windows chkdsk utility would report these lost chains.
|
fixing this bug, the Windows chkdsk utility would report these lost chains.
|
||||||
* arch/arm/src/stm32/stm32_i2c.c: Driver can now operate in a faster polled
|
* arch/arm/src/stm32/stm32_i2c.c: Driver can now operate in a faster polled
|
||||||
mode (at the expense of using more cpu cycles).
|
mode (at the expense of using more cpu cycles).
|
||||||
|
* arch/arm/src/stm32/stm32_i2c.c: Add trace debug capability. Enabled with
|
||||||
|
CONFIG_I2C_TRACE.
|
||||||
|
* arch/arm/src/stm32/stm32_i2c.c: Fix another bug where I2C conflicts with FSMC
|
||||||
|
being enabled. That time at the tail end of the transaction where there is
|
||||||
|
an unfinished stop condition.
|
||||||
|
|||||||
+276
-96
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user