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

Merge latest changes from 9.0.x #9187

Merged
merged 18 commits into from
Apr 18, 2024
Merged

Merge latest changes from 9.0.x #9187

merged 18 commits into from
Apr 18, 2024

Conversation

RetiredWizard and others added 18 commits March 25, 2024 20:53
Waveshare support got back to me and supplied the Product ID for this
device. Apparently they renamed the device since applying for the
Product ID. The original name was RP2040-HACK. I'm assuming the
MICROPY_HW_BOARD_NAME doesn't have to match the registered name so it
can stay as is with the correct (current) name.
Add support for new board: Waveshare RP2040-GEEK
nrf: fix regression in AnalogIn, fix problem with reuse as digital pin
Instead of putting it in our uninit section, we need to ensure it
is also uninit by the UF2 bootloader. We both leave at least the
first 32k of RAM for the soft device, so place our word just before
the end of 32k. This is ok because we only use it before the SD is
started.

Fixes adafruit#9143 and doesn't require a bootloader change.
backport to 9.0.x: Move the nRF saved word
9.0.x - Handle change in tar file name caused by setuptools update adafruit#9185
Copy link
Member

@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.

thanks!

@dhalbert dhalbert merged commit 1d50915 into adafruit:main Apr 18, 2024
65 checks passed
@dhalbert dhalbert deleted the 9.0.4-update branch April 18, 2024 20:31
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