-
-
Notifications
You must be signed in to change notification settings - Fork 474
Closed
Labels
conclusion: off topicOff topic for this repositoryOff topic for this repositorytopic: codeRelated to content of the project itselfRelated to content of the project itselftype: enhancementProposed improvementProposed improvement
Description
I am frustrated with the overly brief description of Partitions in the A IDE's Tools->Partition Scheme. As I am using ESP32s with different amount of Flash combined with different File systems, I often need to dig into the Python code offerings of Espressif just to see the actual partitions.
What I would like to see:
- the option for a printout of the current partitions from within the IDE like this:
# Name, Type, SubType, Offset, Size, Flags
nvs, data, nvs, 0x9000, 0x5000,
otadata, data, ota, 0xe000, 0x2000,
app0, app, ota_0, 0x10000, 0x140000,
app1, app, ota_1, 0x150000, 0x140000,
spiffs, data, spiffs, 0x290000, 0x170000,
# ffat, data, fat, 0x290000, 0x170000,
- the option to include a file like partitions.csv with the above content, which the IDE would use to set the partitions
It was rumored that the second option already existed, but that was not true at least for my A 1.8.13 installation.
Metadata
Metadata
Assignees
Labels
conclusion: off topicOff topic for this repositoryOff topic for this repositorytopic: codeRelated to content of the project itselfRelated to content of the project itselftype: enhancementProposed improvementProposed improvement