-
Notifications
You must be signed in to change notification settings - Fork 143
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
STUSB4500 USB-PD chip driver #574
Conversation
596d439
to
20e188d
Compare
Just tested the module in the Otter Iron with STM32F072 - works as expected. |
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.
Thanks! I'm not convinced about the std::array
usage.
20e188d
to
fc79f79
Compare
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.
Nice!
fc79f79
to
1a11b08
Compare
MacOS CI is drunk. Why don't we use a Docker image in MacOS? |
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.
You wrong about static asserts and arrays . Explain this and read the specifications.
Minimal but working implementation of a STUSB4500 driver.
Not actually tested on the STM32F072-Disco board, but on real hardware (because STUSB4500 package is too small for jumper wires).
cc @hshose