Added board def for Adafruit Metro RP2350 - #3105
Open
rikkuness wants to merge 5 commits into
Open
Conversation
Contributor
|
LGTM. But maybe you'd like to take inspiration from https://github.com/raspberrypi/pico-sdk/blob/develop/src/boards/include/boards/adafruit_fruit_jam.h and add pin-defines for the HSTX, SD-card and USB-host pins? |
Author
|
Will do 🫡 also I didn't want to take too much credit for essentially copy pasting someone else's file, but I'll add that too :) thanks! |
Author
|
Updated that in d72613e Hopefully those pins all line up, now, referenced from https://cdn-learn.adafruit.com/assets/assets/000/135/299/original/adafruit_products_schem.png |
lurch
reviewed
Aug 1, 2026
lurch
reviewed
Aug 1, 2026
lurch
reviewed
Aug 1, 2026
lurch
reviewed
Aug 1, 2026
lurch
approved these changes
Aug 1, 2026
lurch
left a comment
Contributor
There was a problem hiding this comment.
Great stuff, thanks for all the tweaks 👍
Author
|
Thanks for the guidance :) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #3104
Board definition was mostly copied from the Adafruit Feather RP2350 and then updated to suit the RP2350B and other associated changes to suit the Metro 2350.