Skip to content

added board configuration for Sparkfun ThingPlus RP2040 #4411

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

Merged
merged 8 commits into from
Mar 17, 2021
Merged

added board configuration for Sparkfun ThingPlus RP2040 #4411

merged 8 commits into from
Mar 17, 2021

Conversation

mintakka
Copy link

Added board configuration files for the Sparkfun ThingPlus RP2040

Builtin NeoPixel, LED, QWIIC port and build-in micro-SD slot all tested and working with the updated pin definitions.

@falkenad
Copy link

@mintakka Shouldn't the flash size be 16 as they're 25Q128 flash chips?
IE: #define TOTAL_FLASH_SIZE 8 * 1024 * 1024
Should be:
#define TOTAL_FLASH_SIZE 16 * 1024 * 1024 ?

@mintakka
Copy link
Author

mintakka commented Mar 15, 2021 via email

Copy link
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the definition! Please rename the folder to sparkfun_thingplus_rp2040 because thingplus is a name used for the form factor. You'll also need to add the board to .github/workflows/build.yml

@tannewt tannewt mentioned this pull request Mar 16, 2021
10 tasks
@mintakka
Copy link
Author

mintakka commented Mar 16, 2021 via email

mintakka and others added 3 commits March 15, 2021 21:07
Co-authored-by: Scott Shawcroft <scott@tannewt.org>
Co-authored-by: Scott Shawcroft <scott@tannewt.org>
Copy link
Author

@mintakka mintakka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

revised pull request with requested changes

@mintakka
Copy link
Author

@tannewt - I've addressed the required changes and I think it is ready for re-review

Copy link
Member

@tannewt tannewt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few minor things. Sorry I didn't see them in the first round of reviewing.

mintakka and others added 3 commits March 16, 2021 13:47
Co-authored-by: Scott Shawcroft <scott@tannewt.org>
…rd.mk

Co-authored-by: Scott Shawcroft <scott@tannewt.org>
…rd.h

Co-authored-by: Scott Shawcroft <scott@tannewt.org>
Copy link
Author

@mintakka mintakka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All change requests incorporated

@mintakka
Copy link
Author

Those are great catches, thanks!

Copy link
Author

@mintakka mintakka left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

aligned board name in boards.yml with the folder name for the board in ports/raspberrypi/boards

@mintakka
Copy link
Author

Alright, looks like the build checks all passed now. I think this is ready for review.

Copy link

@jepler jepler left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you! Github tells me this is your first pull request to any repo, congratulations on that as well.

@jepler jepler dismissed tannewt’s stale review March 17, 2021 21:23

looks like the items were all addressed

@jepler jepler merged commit 719e871 into adafruit:main Mar 17, 2021
@mintakka
Copy link
Author

awesome, thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants