Closed shuchitak closed 1 week ago
@shuchitak is this something that can be merged now?
@shuchitak is this something that can be merged now?
Hi @Ross, this PR changes SDA to be driven in open drain mode for i2c master, master async and slave. It doesn't change the i2c master single port where both SDA and SCL and on the same port. The fix I've made wouldn't work for single port mode. From what I remember, there was a suggestion to call set_port_pull_up() for the SDA port to configure it to only drive 0 but I didn't get around to testing that.
Thanks @shuchitak. single port should ready be doing the right thing with
Thanks @shuchitak. single port should ready be doing the right thing with
In that case since the lib_i2c tests are passing I think this can be merged.
https://github.com/xmos/lib_i2c/issues/89