Migrate esp32 families to pioarduino platform#8952
Merged
Conversation
ab71c43 to
f52a4d0
Compare
Collaborator
|
Check also my work for #7180 |
9203d33 to
59cd123
Compare
5bbe160 to
03f041d
Compare
mverch67
reviewed
Dec 19, 2025
| app0, app, ota_0, 0x10000, 0x330000, | ||
| app1, app, ota_1, 0x340000,0x330000, | ||
| spiffs, data, spiffs, 0x670000,0x180000, | ||
| coredump, data, coredump,0x7F0000,0x10000, |
Collaborator
There was a problem hiding this comment.
Note that enabling the core dump requires some further logic to prevent writing core dumps again and again when the device got into a boot loop..
568763f to
cc1c443
Compare
4f8f295 to
bb1e949
Compare
Merged
Member
Author
|
"Merging" this into a new branch |
21 tasks
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.
Switch all ESP32 builds to pioarduino/platform-espressif32.
https://docs.espressif.com/projects/arduino-esp32/en/latest/migration_guides/2.x_to_3.0.html
Switching to pioarduino will be necessary in order to support newer chipsets (esp32h2, esp32c5, esp32c6, esp32p4, etc)
DRAFT for now; this mostly serves as a CI probe to see what's failing in Arduino 3.x
TODO:
Depends on:
sysloglib (replace?)