esp-idf/components/nvs_flash/test_nvs_host
Sagar Bijwe 911f96ad21 nvs_flash: Fix nvs_set_blob hang when partition is near to FULL
Marking a page full does not skip it from page selection process and the
same page might get returned if there is no other page with more unused
entries. Added a check for the same while storing blobs.

Fixes: https://github.com/espressif/esp-idf/issues/2313
2018-08-21 17:08:46 +05:30
..
Makefile
crc.cpp
crc.h
esp_error_check_stub.cpp
main.cpp
sdkconfig.h
spi_flash_emulation.cpp
spi_flash_emulation.h nvs-flash: Support for blobs larger than half of SPI Flash sector size 2018-07-20 00:13:15 +05:30
test_compressed_enum_table.cpp
test_intrusive_list.cpp
test_nvs.cpp nvs_flash: Fix nvs_set_blob hang when partition is near to FULL 2018-08-21 17:08:46 +05:30
test_spi_flash_emulation.cpp