-
Notifications
You must be signed in to change notification settings - Fork 97
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
Add support for Adafruit Metro RP2040 #35
Conversation
937a21e
to
fb92792
Compare
fb92792
to
5adc2e7
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.
I've tested this locally on a Metro RP2040 and blinky works but rainbow doesn't (I think it uses some things that were updated in a backwards incompatible way).
b68a33f
to
33002cb
Compare
I fixed rainbow. |
Adds support for https://www.adafruit.com/product/5786 Copied mostly from the adafruit-itsy-bitsy-rp2040
33002cb
to
e0afd75
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.
Overall looks good to me.
I cross-checked the pin names and things seem to checkout 👍
I start feeling like those examples are pretty redundant as we find them on nearly every rp2040 boards.
It'd be nice to have one showcasing the board's specific feature/differenciator.
E.G. something around the SDCard on this one.
Agreed on the examples, but they shouldn't be blockers to getting board libraries merged. IMO having examples should be separate requirements from the actual board libraries being created. |
Adds support for https://www.adafruit.com/product/5786
Copied mostly from the adafruit-itsy-bitsy-rp2040