-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
boards/nucleo-l433rc: add I2C configuration #10647
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Heh, nice. I checked the datasheet and it looks good (I think many are pb8 and pb9 but this one is pb7 and pb8).
I won't be able to to test it until I am back in the office, which won't be for a while. Maybe @leandrolanzieri can do a quick test.
I also trust you and am going to give it an untested ACK if @leandrolanzieri cannot test.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It appears we cannot test. I am still confident everything is OK. I will give an untested ACK!
|
e1036d8
to
824201b
Compare
I could test my own PR and confirm it is still working after the rebase of this morning. Let's merge this. Thank you for reviewing @MrKevinWeiss ! |
Contribution description
This PR configure one I2C peripheral for the nucleo-l433rc. I needed it for testing #10610 on L4 on this board and was too lazy for looking for an other one already configured.
Testing procedure
Build and flash any application that requires I2C, it should work. The I2C is configured to use SDA/SCL pins from the Arduino pinout.
Issues/PRs references
I needed it for testing #10610