esp-idf/components/spi_flash/include
KonstantinKondrashov 208b41975b 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:07:31 +08:00
..
esp_flash_internal.h spi: fix config break and reduce overhead of the bus lock on SPI1 2020-04-22 16:06:13 +08:00
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_flash.h esp_flash:fix bug about clearing WLE automatically after actions 2020-11-12 16:44:29 +08:00
esp_partition.h partition_table: Fix case when a few similar to otadata partitions in the table 2021-10-26 16:07:31 +08:00
esp_spi_flash_counters.h NVS flash: host-based unit test of nvs::Page 2020-12-14 18:53:14 +08:00
esp_spi_flash.h spi_flash: mocking should be possible now 2020-12-14 18:53:14 +08:00
memspi_host_driver.h spi_flash: make spiflash compatible with ESP32C3 and ESP32S3 ROM 2021-03-19 16:37:34 +08:00
spi_flash_chip_boya.h spi_flash(c3): add boya chip support for suspend feature 2021-01-25 11:14:06 +08:00
spi_flash_chip_driver.h spi_flash: add support for 32Mbit address GD flash, for GD25Q256 2021-10-12 10:53:07 +08:00
spi_flash_chip_gd.h spi_flash: Add ESP32-C3 support 2020-12-17 15:34:13 +11:00
spi_flash_chip_generic.h spi_flash: add support for 32Mbit address GD flash, for GD25Q256 2021-10-12 10:53:07 +08:00
spi_flash_chip_issi.h spi_flash: Add ESP32-C3 support 2020-12-17 15:34:13 +11:00
spi_flash_chip_mxic.h esp_flash: support MXIC flash chips 2020-04-01 20:54:23 +08:00
spi_flash_chip_winbond.h esp_flash: support high capacity flash chips (32-bit address) 2020-10-29 18:20:11 +08:00