-
Notifications
You must be signed in to change notification settings - Fork 979
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
feat: Generic variant C071RBTx support #2556
Conversation
@fpistm is this ready for merge? 🙂 I did not get a chance to test it, but you might see if it is correct or not directly with your experience as an ST employee. |
Fixes stm32duino#2536 Signed-off-by: thernstig <[email protected]>
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.
Hi @thernstig
I've squash and apply astyle.
LGTM
@fpistm I am not sure why the tests fail. |
Signed-off-by: Frederic Pillon <[email protected]>
Signed-off-by: Frederic Pillon <[email protected]>
Signed-off-by: Frederic Pillon <[email protected]>
In fact new C071xx have a second I2C while previous first C0 don't. So it was managed by the Wire library. |
@fpistm not sure if I can do anything about the failing link, seems unrelated. So hope you can merge 🙂 Thanks for all the help! |
Fixes #2536