esp-idf/components/partition_table
KonstantinKondrashov fc0f90e8aa partition_table: Fix case when a few similar to otadata partitions in the table
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).
2021-10-26 16:48:25 +08:00
..
test test: declare requirements and include dirs private 2020-03-23 10:58:50 +08:00
test_gen_esp32part_host partition_table: Fix case when a few similar to otadata partitions in the table 2021-10-26 16:48:25 +08:00
CMakeLists.txt partition_table: fix generation of signed partition table 2020-09-09 23:39:51 +02:00
component.mk build system: Use component.mk for all components, refactor bootloader build 2017-07-19 09:10:48 +10:00
gen_empty_partition.py partition_table: implement Python API for parttool 2019-06-11 13:17:14 +08:00
gen_esp32part.py partition_table: Fix case when a few similar to otadata partitions in the table 2021-10-26 16:48:25 +08:00
Kconfig.projbuild paritition_table: Verify the partition table md5sum when loading the app 2021-06-02 06:35:45 +00:00
Makefile.projbuild feat/secure_boot_v2: Adding secure boot v2 support for ESP32-ECO3 2020-02-25 01:28:22 +05:30
partitions_singleapp_coredump.csv global: update note in the partition tables 2019-07-27 10:28:16 +02:00
partitions_singleapp.csv global: update note in the partition tables 2019-07-27 10:28:16 +02:00
partitions_two_ota_coredump.csv global: update note in the partition tables 2019-07-27 10:28:16 +02:00
partitions_two_ota.csv global: update note in the partition tables 2019-07-27 10:28:16 +02:00
parttool.py add file stream parameter and log stdout and stderr to same stream 2020-09-18 10:38:33 +02:00
project_include.cmake partition_table: implement Python API for parttool 2019-06-11 13:17:14 +08:00