OVMS3-idf/components/spi_flash/include
Ivan Grokhotkov 79e7f02286 spi_flash: allocate mmap pages array in internal memory
* spi_flash_mmap_pages needs pages array to be in internal memory.
  Document and check this.

* Fix a bug that spi_flash_mmap did not allocate pages array in
  internal memory.

* Minor style fixes: const-ify pages argument of spi_flash_mmap, add
  spaces around operators, mark output arguments with [out].

Closes https://github.com/espressif/esp-idf/issues/2229.
2018-07-31 13:11:04 +03:00
..
esp_partition.h ota ops: Verify partition argument passed to esp_ota_begin() 2017-02-22 10:26:04 +11:00
esp_spi_flash.h spi_flash: allocate mmap pages array in internal memory 2018-07-31 13:11:04 +03:00