OVMS3-idf/components/spi_flash/include
Martin Thierer d6c2dad101 esp_partition_erase_range(): rename parameter "start_addr" to "offset"
The name "start_addr" (which goes straight into the docs) implies
it's an absolute address while in fact it's an offset into the
partition like what's used in all the other esp_partition_*
functions.

So in order to avoid confusion make the name consistent with the
parameter names used for the other partition functions and call it
"offset".

Merges https://github.com/espressif/esp-idf/pull/3750
2019-07-08 17:29:05 +10:00
..
esp_flash.h esp_flash: add initialization interface for SPI devices 2019-06-27 13:27:27 +08:00
esp_flash_spi_init.h esp_flash: add initialization interface for SPI devices 2019-06-27 13:27:27 +08:00
esp_partition.h esp_partition_erase_range(): rename parameter "start_addr" to "offset" 2019-07-08 17:29:05 +10:00
esp_spi_flash.h spi_flash: support working on differnt buses and frequency 2019-06-18 06:32:52 +00:00
memspi_host_driver.h spi_flash: support working on differnt buses and frequency 2019-06-18 06:32:52 +00:00
spi_flash_chip_driver.h spi_flash: support working on differnt buses and frequency 2019-06-18 06:32:52 +00:00
spi_flash_chip_generic.h spi_flash: support working on differnt buses and frequency 2019-06-18 06:32:52 +00:00
spi_flash_chip_issi.h spi_flash: support working on differnt buses and frequency 2019-06-18 06:32:52 +00:00