esp-idf/components/spi_flash/include
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
..
esp_flash.h spi_flash: don't call vTaskDelay in non-os context 2020-10-14 02:42:46 +00:00
esp_flash_internal.h
esp_flash_spi_init.h esp_flash: fix issue that cannot add flash on SPI1 CS1 when SPI_FLASH_SHARE_SPI1_BUS is disabled 2020-05-17 22:06:00 +08:00
esp_partition.h partition_table: Fix case when a few similar to otadata partitions in the table 2021-10-26 16:48:25 +08:00
esp_spi_flash.h spi_flash: don't call vTaskDelay in non-os context 2020-10-14 02:42:46 +00:00
memspi_host_driver.h
spi_flash_chip_driver.h
spi_flash_chip_gd.h
spi_flash_chip_generic.h esp_flash: fix the write performance regression 2020-05-17 22:06:02 +08:00
spi_flash_chip_issi.h
spi_flash_chip_mxic.h