Merge from 10.1.x and update frozen libs#10945
Merged
tannewt merged 10 commits intoadafruit:mainfrom Apr 15, 2026
Merged
Conversation
uGame S3 is a handheld game console with an ESP32-S3 chip. More information at https://deshipu.art/projects/project-178061/ Lower SPI speed on uGame S3 to avoid display glitches. (cherry picked from commit a2ab553)
Add board definition for uGame S3
Right now it's impossible to use the Stage library, because it always throws a validation error.
…ngth-10.1.x Fix length validation for palette in the stage library bindings
…on wifi connectivity issues This is related to adafruit#10914. This matches the setting for [adafruit_qtpy_esp32c3](https://github.com/adafruit/circuitpython/blob/main/ports/espressif/boards/adafruit_qtpy_esp32c3/mpconfigboard.h)
…3-wifi-power Update adafruit_qtpy_esp32s3_* boards wifi power settings to fix common wifi connectivity issues
Move mark_deinit() before check_pins() so that self->sck is not NULLed after check_pins sets it. The previous ordering caused a NULL dereference of self->sck->altfn_index, crashing all STM32 boards that use SPI (including STM32F405 boards whose CIRCUITPY filesystem lives on external SPI flash). Fixes adafruit#10866 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
…-deref-10.1.x Fix NULL pointer dereference in STM32 SPI construct
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
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.
Merge latest changes from
10.1.xintomain, in preparation for 10.2.0. Also update frozen libraries, including updates forasynciofrom the MicroPython v1.27 merge.