Change s3 4m partition to noota #442
Merged
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.csv
topartitions-4MB-noota.csv
for 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-update
target 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-update
target and adjusted thecopy-artifact
target accordingly. [1] [2]