forked from micropython/micropython
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Merge 8.2.x into main #8317
Conversation
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
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.
Fix rp2 safe mode via reset press
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]>
Signed-off-by: Zelin Cai <[email protected]>
Co-authored-by: Scott Shawcroft <[email protected]>
…p32s3 8.2.x backport metro esp32s3
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
improve hard fault message
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
fix framebuffer size for pimoroni dvi base
RGBMatrix: document constructor arguments
Can include #8319 now. |
done |
dhalbert
approved these changes
Aug 22, 2023
There was a problem hiding this 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
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.
No description provided.