mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
d6c2dad101
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 |
||
---|---|---|
.. | ||
esp_flash_spi_init.h | ||
esp_flash.h | ||
esp_partition.h | ||
esp_spi_flash.h | ||
memspi_host_driver.h | ||
spi_flash_chip_driver.h | ||
spi_flash_chip_generic.h | ||
spi_flash_chip_issi.h |