We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc57324 commit 242a7f4Copy full SHA for 242a7f4
README.md
@@ -111,3 +111,7 @@ conflict resolution. See below list with the proposed solution:
111
#define BIT(x) ((uint32_t)((uint32_t)0x01U<<(x)))
112
+#endif
113
```
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