esp-idf/components/spi_flash/include
Michael (XIAO Xufeng) a9c8895bb2 esp_flash: refactor to be compatible with the latest ROM
Including:
1. Change the write bytes/read bytes parameter in the host driver into slicers to meet the requirements of complicated cases.
2. Refactor the esp_flash_api code a bit so that we can use the code in the ROM laster
3. Provide get_temp_buffer and release_temp_buffer in the os_functions when the buffer passed by application cannot be used directly.
4. Make timeout of operations configurable in the chip_driver.
5. Make dummy number configurable.
2020-07-12 02:09:45 +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: refactor to be compatible with the latest ROM 2020-07-12 02:09:45 +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 spi_flash: don't call vTaskDelay in non-os context 2020-06-02 15:42:24 +02:00
memspi_host_driver.h esp_flash: refactor to be compatible with the latest ROM 2020-07-12 02:09:45 +08:00
spi_flash_chip_driver.h esp_flash: refactor to be compatible with the latest ROM 2020-07-12 02:09:45 +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: refactor to be compatible with the latest ROM 2020-07-12 02:09:45 +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