Merged
Conversation
tannewt
approved these changes
Apr 8, 2025
Member
tannewt
left a comment
There was a problem hiding this comment.
Thank you! Let's release this as a new major version.
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.
Description of Change
Board configuration updates:
partitions-4MB.csvtopartitions-4MB-noota.csvfor multiple boards, includingadafruit_feather_esp32s3,adafruit_feather_esp32s3_reverse_tft,adafruit_feather_esp32s3_tft,adafruit_qtpy_esp32s3_n4r2,deneyap_kart_1a_v2,lilygo_tqt_pro_psram,lolin_s3_mini,magiclick_s3_n4r2,waveshare_esp32_s3_matrix, andwaveshare_esp32_s3_zero. [1] [2]Pin configuration update:
ports/espressif/boards/espressif_esp32s3_devkitc_1/board.h: Changed the Neopixel data pin from 48 to 38.Improvements to build process:
.github/workflows/build_util.yml: Removed theself-updatetarget from the build command to streamline the build process.ports/espressif/CMakeLists.txt: Added an external project for self-update to handle the self-update build process separately.ports/espressif/Makefile: Updated the makefile to remove theself-updatetarget and adjusted thecopy-artifacttarget accordingly. [1] [2]