esp-idf/components/spi_flash/include
Michael (XIAO Xufeng) 9d9d22c920 esp_flash: deprecate the cs_id member, which is no longer used.
We used to manually specify the CS id. However after the SPI bus lock is
introduced, the lock is responsible to assign the CS lines and provide
the CS id. The esp_flash driver now depends on the ID assigned by the
SPI bus lock, the configuration field is deprecated.
2020-04-17 18:15:33 +08:00
..
esp_flash.h spi_flash: Fix over-allocation and OOM crash when reading from SPI flash to PSRAM buffers 2020-03-03 00:17:27 +00:00
esp_flash_internal.h spi: allow using esp_flash and spi_master driver on the same bus 2020-03-26 22:08:26 +08:00
esp_flash_spi_init.h esp_flash: deprecate the cs_id member, which is no longer used. 2020-04-17 18:15:33 +08:00
esp_partition.h docs: Explain custom partition types/subtypes in more detail 2020-04-02 10:00:17 +11:00
esp_spi_flash.h
memspi_host_driver.h
spi_flash_chip_driver.h
spi_flash_chip_gd.h
spi_flash_chip_generic.h
spi_flash_chip_issi.h
spi_flash_chip_mxic.h esp_flash: support MXIC flash chips 2020-04-01 20:54:23 +08:00