ports/esp32/partitions: Add 32MiB partition template for ESP32-S3 modules.#9783
Closed
ThinkTransit wants to merge 4 commits intomicropython:masterfrom
Closed
ports/esp32/partitions: Add 32MiB partition template for ESP32-S3 modules.#9783ThinkTransit wants to merge 4 commits intomicropython:masterfrom
ThinkTransit wants to merge 4 commits intomicropython:masterfrom
Conversation
…ules. Fix vfs size
…ules. Fixed vfs size
Member
|
This looks fine, thank. But there's nothing that uses it at the moment? |
Contributor
Author
|
@dpgeorge Yes the newer ESP32-S3 modules have 32MB flash and 8MB PSRAM (ESP32-S3-WROOM-2-N32R8V) https://www.digikey.com.au/en/products/detail/espressif-systems/ESP32-S3-WROOM-2-N32R8V/15970964 You need the latest v4 release of esp-idf (v4.4.2) to use the full 32MB. |
Member
|
I just noticed that the email address on these commits is a github no-reply address. For changes to the code we require a proper email address (see CODECONVENTIONS.md). Can you please reauthor the commits with a valid email address? |
Contributor
Author
|
Ok thanks @dpgeorge , let me try that again. |
RetiredWizard
pushed a commit
to RetiredWizard/micropython
that referenced
this pull request
Nov 5, 2024
…ush-cache RP2350: need cache flush in microcontroller.nvm
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.
Add 32MiB partition tables for ESP32-S3 -WROOM-2 modules.