Skip to content

Merge 8.2.x into main #8317

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 87 commits into from
Aug 22, 2023
Merged

Merge 8.2.x into main #8317

merged 87 commits into from
Aug 22, 2023

Conversation

jepler
Copy link

@jepler jepler commented Aug 22, 2023

No description provided.

tannewt and others added 30 commits July 13, 2023 14:49
The picodvi PR adafruit#7880 switched the saved word to the watchdog
register since it reworked the RAM layout. This works for
reset_into_safe_mode because the watchdog scratch registers are
preserved by soft resets. They *aren't* preserved for pressing the
reset button. So it broken manual safe mode. Switch back to using
RAM to store the saved word but use the pico-sdks "uninitialized"
designation instead of a fixed location.

Also fixes USB host feather status neopixel by setting the power
pin.
by including a comment ".. jinja" anywhere in the file. By convention,
this should be at the top.

os.getenv will use this so it can render a 'supported boards' list.
this makes it show up in the support matrix
…functions

Document optional types & functions
The docs say the method is called `zlib_decompress` but should be
just `decompress`.

Signed-off-by: Jim Mussared <[email protected]>
Co-authored-by: Scott Shawcroft <[email protected]>
tannewt and others added 14 commits August 14, 2023 11:50
Add SD_CS pin to Metro ESP32-S3 board definition.
We have to make room for the status bar no matter if the logo is enabled
or not. We probably should add a similar option for disabling the status
bar.

This makes the PewPew M4 port stop crashing.

(cherry picked from commit b50a7fb)
Fix displayio when CIRCUITPY_REPL_LOGO is disabled
This was verified by @todbot to work on esp32 s2 and s3;
the constant should match any system that uses LWIP numbering.
.. and remove the substring check for the file.

this fixes the problem with sphinx 7.2.2 that the "docname" can
be None (see sphinx-doc/sphinx#11620)
…-todbot

Add several constants needed to use multicast UDP
Use the ".. jinja" tag to render support_matrix template
@jepler jepler requested a review from dhalbert August 22, 2023 14:45
@dhalbert
Copy link
Collaborator

Can include #8319 now.

@jepler
Copy link
Author

jepler commented Aug 22, 2023

Can include #8319 now.

done

Copy link
Collaborator

@dhalbert dhalbert left a comment

Choose a reason for hiding this comment

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

Stuck job, will merge anyway. 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.