Skip to content
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 board-specific pico-sdk settings; set xosc multiplier for Adafruit boards #5085

Merged
merged 1 commit into from
Aug 2, 2021

Conversation

dhalbert
Copy link
Collaborator

@dhalbert dhalbert commented Jul 30, 2021

The longer xosc delay startup was inadvertently lost when we switched back to the raspberrypi/pico-sdk submodule. So 7.0.0-alpha.5 did not have the XOSC fix for Adafruit boards. This is a regression which can cause a few samples of boards not to work.

Add the fix back, by #includeing a board-specific file in the pico-sdk global config file ports/raspberrypi/sdk_config/pico/config_autogen.h.

I would do an alpha.6 very soon to get this out.

@FoamyGuy
Copy link
Collaborator

I have a MacroPad that was getting stuck into a "doing nothing" type state after being unplugged / re-plugged after flashing CircuitPython. I tested a build from this branch on that device and confirmed that this build allows it to be unplugged / re-plugged and continues to work as normal.

@dhalbert dhalbert requested a review from tannewt July 30, 2021 23:44
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.

Thank you!

@tannewt tannewt merged commit 686103f into adafruit:main Aug 2, 2021
dhalbert pushed a commit to dhalbert/circuitpython that referenced this pull request Aug 4, 2021
…k-settings

Add board-specific pico-sdk settings; set xosc multipler for Adafruit boards
@dhalbert dhalbert changed the title Add board-specific pico-sdk settings; set xosc multipler for Adafruit boards Add board-specific pico-sdk settings; set xosc multiplier for Adafruit boards Aug 11, 2021
@dhalbert dhalbert deleted the board-specific-pico-sdk-settings branch August 11, 2021 20:25
@dhalbert
Copy link
Collaborator Author

dhalbert commented Sep 5, 2024

See original fix here: adafruit/pico-sdk#4

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.

3 participants