-
Notifications
You must be signed in to change notification settings - Fork 106
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
ESP32: add esp:partition_list/0
function
#679
Merged
Merged
Conversation
This file contains 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
bettio
added
platform:esp32
ESP32 platform specific
lib:eavmlib
Erlang AtomVM library
and removed
lib:eavmlib
Erlang AtomVM library
labels
Jul 11, 2023
bettio
changed the title
ESP32: add esp:partition_list/0 function
ESP32: add Jul 11, 2023
esp:partition_list/0
function
Do you think we could get a esp32 qemu test for this? |
fadushin
reviewed
Jul 12, 2023
bettio
force-pushed
the
esp-partition-list
branch
7 times, most recently
from
July 18, 2023 22:11
d164055
to
93c85b4
Compare
Add function for listing all available partitions. Starting from this change ESP_PARTITION_TYPE_ANY is required, hence esp-idf < v4.4 cannot be supported. Signed-off-by: Davide Bettio <[email protected]>
This test will compare the partition list against a fixture created from `esp32/test/partitions.csv`. Signed-off-by: Davide Bettio <[email protected]>
bettio
force-pushed
the
esp-partition-list
branch
from
July 19, 2023 12:23
93c85b4
to
713f54f
Compare
We have a qemu test now. |
fadushin
approved these changes
Jul 20, 2023
Signed-off-by: Fred Dushin <[email protected]>
This was referenced Jul 26, 2023
bettio
added a commit
that referenced
this pull request
Jul 27, 2023
Completely remove idf < 4.4 ESP-IDF < v4.4 wasn't already supported since #679, however it was still mentioned in documentation and in few other places. These changes are made under both the "Apache 2.0" and the "GNU Lesser General Public License 2.1 or later" license terms (dual license). SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later
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 function for listing all available partitions.
These changes are made under both the "Apache 2.0" and the "GNU Lesser General
Public License 2.1 or later" license terms (dual license).
SPDX-License-Identifier: Apache-2.0 OR LGPL-2.1-or-later