-
-
Notifications
You must be signed in to change notification settings - Fork 3.9k
update for esp32-S3 builds, and support for 32MB Flash #5107
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
+134
−18
Merged
Changes from 3 commits
Commits
Show all changes
5 commits
Select commit
Hold shift + click to select a range
49a1ae5
update for S3 buildenvs, and support for 32MB Flash
softhack007 7dfed58
add esp32S3_wroom2 to default build
softhack007 d8e2cee
buildenv updates for adafruit MatrixPortal S3
softhack007 eb03520
Update platformio_override.sample.ini
softhack007 d7fd49c
fix wrong -D SR_DMTYPE=-1 in platformio_override.sample.ini
softhack007 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,66 @@ | ||
| { | ||
| "build": { | ||
| "arduino":{ | ||
| "ldscript": "esp32s3_out.ld", | ||
| "partitions": "partitions-8MB-tinyuf2.csv" | ||
| }, | ||
| "core": "esp32", | ||
| "extra_flags": [ | ||
| "-DARDUINO_ADAFRUIT_MATRIXPORTAL_ESP32S3", | ||
| "-DARDUINO_USB_CDC_ON_BOOT=1", | ||
| "-DARDUINO_RUNNING_CORE=1", | ||
| "-DARDUINO_EVENT_RUNNING_CORE=1", | ||
| "-DBOARD_HAS_PSRAM" | ||
| ], | ||
| "f_cpu": "240000000L", | ||
| "f_flash": "80000000L", | ||
| "flash_mode": "qio", | ||
| "hwids": [ | ||
| [ | ||
| "0x239A", | ||
| "0x8125" | ||
| ], | ||
| [ | ||
| "0x239A", | ||
| "0x0125" | ||
| ], | ||
| [ | ||
| "0x239A", | ||
| "0x8126" | ||
| ] | ||
| ], | ||
| "mcu": "esp32s3", | ||
| "variant": "adafruit_matrixportal_esp32s3" | ||
| }, | ||
| "connectivity": [ | ||
| "bluetooth", | ||
| "wifi" | ||
| ], | ||
| "debug": { | ||
| "openocd_target": "esp32s3.cfg" | ||
| }, | ||
| "frameworks": [ | ||
| "arduino", | ||
| "espidf" | ||
| ], | ||
| "name": "Adafruit MatrixPortal ESP32-S3", | ||
| "upload": { | ||
| "arduino": { | ||
| "flash_extra_images": [ | ||
| [ | ||
| "0x410000", | ||
| "variants/adafruit_matrixportal_esp32s3/tinyuf2.bin" | ||
| ] | ||
| ] | ||
| }, | ||
| "flash_size": "8MB", | ||
| "maximum_ram_size": 327680, | ||
| "maximum_size": 8388608, | ||
| "use_1200bps_touch": true, | ||
| "wait_for_upload_port": true, | ||
| "require_upload_port": true, | ||
| "speed": 460800 | ||
| }, | ||
softhack007 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
| "url": "https://www.adafruit.com/product/5778", | ||
| "vendor": "Adafruit" | ||
| } | ||
softhack007 marked this conversation as resolved.
Show resolved
Hide resolved
|
||
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
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| # Name, Type, SubType, Offset, Size, Flags | ||
| nvs, data, nvs, 0x9000, 0x5000, | ||
| otadata, data, ota, 0xe000, 0x2000, | ||
| app0, app, ota_0, 0x10000, 0x300000, | ||
| app1, app, ota_1, 0x310000,0x300000, | ||
| spiffs, data, spiffs, 0x610000,0x19E0000, | ||
| coredump, data, coredump,,64K |
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
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.
Uh oh!
There was an error while loading. Please reload this page.