OVMS3-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 Merge branch 'master' into feature/esp32s2beta_merge 2019-09-16 16:18:48 +10:00
memspi_host_driver.h ble_mesh_wifi_coexist example: Disable Wi-Fi RX IRAM optimisation 2019-11-28 09:20:00 +08:00
spi_flash_chip_driver.h esp_flash: fix set qe bit and write command issues 2019-10-14 17:25:58 +08:00
spi_flash_chip_gd.h esp_flash: fix the quad issue for some GD flash chips 2019-10-14 17:25:59 +08:00
spi_flash_chip_generic.h esp_flash: fix set qe bit and write command issues 2019-10-14 17:25:58 +08:00
spi_flash_chip_issi.h spi_flash: support working on differnt buses and frequency 2019-06-18 06:32:52 +00:00
spi_flash_chip_mxic.h esp_flash: support MXIC flash chips 2020-04-01 20:54:23 +08:00