]> granicus.if.org Git - esp-idf/commit
nvs: Remove flash layout arguments from nvs_init()
authorAngus Gratton <angus@espressif.com>
Tue, 27 Sep 2016 02:45:06 +0000 (12:45 +1000)
committerAngus Gratton <angus@espressif.com>
Tue, 27 Sep 2016 03:28:45 +0000 (13:28 +1000)
commita98ab8d80186f61abc2c79c185f2f6b3d7255baa
tree65b69a38d6532120dfa8a7ed66bec9a382d60e01
parent12b09344c824fbe8013c2faabd464c83ae75a68f
nvs: Remove flash layout arguments from nvs_init()

Add notes that current NVS layout defaults are a Work In Progress and
not yet integrated with the partition table.
components/nvs_flash/include/nvs_flash.h
components/nvs_flash/src/nvs_api.cpp
components/nvs_flash/test/test_nvs.cpp
docs/partition-tables.rst
examples/01_hello_world/main/hello_world_main.c
examples/02_blink/main/blink.c
examples/03_http_request/main/http_request_main.c
examples/04_https_request/main/https_request_main.c