[Feature Request]: Add support for EXTRA_PARTITION_SUBTYPES in Partition Table Editor (VSC-1014) #851
Labels
Feature / Enhancement Request
Request for Feature/ Enhancement
ongoing
Ongoing Issue or PR, this label will be used for issue or PR which is to be excluded by stale bot
I have some custom partition subtypes. I defined them as described here using the EXTRA_PARTITION_SUBTYPES property.
E.g.:
The ESP-IDF Partition Table Editor does not recognize those custom subtypes (or their names). They are not shown in the drop-down menu. Typing them manually is also not accepted.
It would be great, if I could chose my custom defined subtypes from the drop-down menu instead of typing hex strings.
Currently I also cannot add a custom subtype using hex strings for the type data because it says:
With the support for EXTRA_PARTITION_SUBTYPES the user could add his own component-specific subtypes for the type data
In short:
Add the possibility to chose custom subtypes defined with the EXTRA_PARTITION_SUBTYPES property from the drop-down menu in the ESP-IDF Partition Table Editor
I hope it is possible for you to implement this feature. Thank you.
The text was updated successfully, but these errors were encountered: