Skip to content

Commit 242a7f4

Browse files
cameledgmarull
authored andcommitted
README.md: add clock frequency exception
i2c-gd32 drivers needs to the clock frequency boundary. This add an exception to explain the work. Signed-off-by: HaiLong Yang <[email protected]>
1 parent fc57324 commit 242a7f4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,7 @@ conflict resolution. See below list with the proposed solution:
111111
#define BIT(x) ((uint32_t)((uint32_t)0x01U<<(x)))
112112
+#endif
113113
```
114+
- i2c-gd32 driver needs to know the clock frequency boundary. Fix it with
115+
two step work. First move I2CCLK_MAX and I2CCLK_MIN marco from i2c source
116+
file to header file. Then split the I2CCLK_MIN for each supported transfer
117+
mode.

0 commit comments

Comments
 (0)