]> granicus.if.org Git - esp-idf/commit
Merge branch 'bugfix/partition_and_mmap_issues' into 'master'
authorIvan Grokhotkov <ivan@espressif.com>
Mon, 6 Mar 2017 07:59:28 +0000 (15:59 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Mon, 6 Mar 2017 07:59:28 +0000 (15:59 +0800)
commitc06cc31d85cc700e1dbddbe527d4282c4bc5845a
tree6b35936359ab78920710bcafe81eecf8a78472f9
parent90a8e643b2b2c22ab992ff518f5c2868c9ea5fbe
parentd7903002152b01a41166353c12dac73e16fe8def
Merge branch 'bugfix/partition_and_mmap_issues' into 'master'

Fix partition- and mmap-related issues

- Fix unit tests failing to start up due to a mismatch between sdkconfig flash size and size required by partition table.
- Fix a bug that partition APIs loaded the partition table in reverse order. As such, `esp_partition_next` and `esp_partition_find_first` did not work as expected. Add a test.
- Update the workaround for stale cache reads issue: do Cache_Flush for non-encrypted flash as well. Add a test.

See merge request !555