esp-idf/components/partition_table/test_gen_esp32part_host
KonstantinKondrashov 9b654db032 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-08-18 09:23:17 +05:00
..
check_sizes_test.py cmake partition_table: Check binaries fit in partition spaces at build time 2021-04-16 16:40:47 +10:00
gen_esp32part_tests.py partition_table: Fix case when a few similar to otadata partitions in the table 2021-08-18 09:23:17 +05:00
test_utils.py cmake partition_table: Check binaries fit in partition spaces at build time 2021-04-16 16:40:47 +10:00