esp-idf/components/spi_flash/include
Jakob Hasse aca9ec28b3 NVS: using esp_partition API
* partition api changed from spi_flash* API to
  esp_partition* API and is abstracted as a C++
  interface.
* The old nvs encryption is still possible
* changed default unit test app partition table
* Partitions coming from esp_partition API are
  checked for generic flash encryption. If yes,
  an error is returned since generic flash
  encryption isn't compatible with nvs
  encryption
* esp32, esp32s2 tests don't require nvs_flash
  but mbedtls now

Closes IDF-1340
Closes IDF-858
2020-09-14 10:34:34 +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 the data type of delay_us 2020-08-31 18:10:32 +00:00
esp_partition.h NVS: using esp_partition API 2020-09-14 10:34:34 +08: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 make host driver function a const table 2020-07-13 03:10:00 +08:00
spi_flash_chip_driver.h esp_flash: fix the data type of delay_us 2020-08-31 18:10:32 +00: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