esp-idf/components/spi_flash/sim
KonstantinKondrashov a86117223b 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:49:26 +08:00
..
sdkconfig Modifications for fs profiling tool 2018-07-23 05:24:33 +00:00
stubs partition_table: Fix case when a few similar to otadata partitions in the table 2021-10-26 16:49:26 +08:00
component.mk Modifications for fs profiling tool 2018-07-23 05:24:33 +00:00
flash_mock_util.c Fix a build issue with replacing init_spi_flash() in the host tests 2019-08-01 16:28:56 +07:00
flash_mock.cpp tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07:00
Makefile Modifications for fs profiling tool 2018-07-23 05:24:33 +00:00
Makefile.files spi_flash: Add into sim/stubs the esp_timer 2020-05-04 17:16:33 +08:00
SpiFlash.cpp merge esp_flash_data_types into esp_flash_partitions 2019-03-18 08:51:55 +00:00
SpiFlash.h separate rom from esp32 component to esp_rom 2019-03-21 18:51:45 +08:00