mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
208b41975b
It was when in the partition table there is a partition with type="data" and suptype=""(empty), in this case type=1, suptype=0. It is similar to otadata partition. This commit fixes it, now it will handle it as type=1, suptype=6 (ESP_PARTITION_SUBTYPE_DATA_UNDEFINED). |
||
---|---|---|
.. | ||
test | ||
test_gen_esp32part_host | ||
CMakeLists.txt | ||
component.mk | ||
gen_empty_partition.py | ||
gen_esp32part.py | ||
Kconfig.projbuild | ||
Makefile.projbuild | ||
partitions_singleapp_coredump.csv | ||
partitions_singleapp_encr_nvs.csv | ||
partitions_singleapp.csv | ||
partitions_two_ota_coredump.csv | ||
partitions_two_ota_encr_nvs.csv | ||
partitions_two_ota.csv | ||
parttool.py | ||
project_include.cmake |