]> granicus.if.org Git - esp-idf/commit
Merge branch 'feature/docs_partition_ota_flash' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Fri, 3 Mar 2017 03:27:01 +0000 (11:27 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Fri, 3 Mar 2017 03:27:01 +0000 (11:27 +0800)
commit8911e666a0dca1748d3af0a365961179f4a27a80
tree0d50efc2e783dca3016e37d28c580bbda6dc4a6b
parent848494b20f36babfebe7dc63682b8a6a5e4efa28
parentc3d5f8e7668aae97de48bf13e72f5dcb4ecce66b
Merge branch 'feature/docs_partition_ota_flash' into 'master'

Partition/SPI/OTA docs & OTA new functionality

* Update partition, SPI flash & OTA docs to reflect functionality changes
* Refactor OTA implementation to perform checks mentioned in API doc
* Add new functions to OTA API: esp_ota_get_running_partition() & esp_ota_get_next_update_partition() functions
* Add spi_flash_cache2phys() & spi_flash_phys2cache() functions to support esp_ota_get_running_partition()

See merge request !513
components/bootloader/src/main/bootloader_start.c
components/spi_flash/flash_mmap.c
components/spi_flash/test/test_mmap.c
components/spi_flash/test/test_spi_flash.c