esp-idf/components/nvs_flash
radek.tandler c3f335817b fix(nvs): Fixed Page::findItem performance degradation caused by wrong condition before hash map use
The condition enabling use of hash map when page is searched for Item was modified
to correct the bug introduced by commit addressing delete of any BLOB_INDEX Items.
This correction returns the performance of findItem to the state before previous change.
2024-03-12 16:27:36 +01:00
..
host_test ci: fix missing linux related .build-test-rules.yml 2023-11-30 09:07:36 +01:00
include bugfix(nvs_flash): fixed wrong error check after open_nvs_handle 2022-12-01 18:05:56 +01:00
nvs_partition_generator tools: remove the dependency on the future package 2022-08-09 16:46:58 +02:00
nvs_partition_tool NVS: nvs_tool.py entry.data None check fix 2023-06-29 11:07:03 +02:00
private_include add: Kconfig assert or errorcode option 2022-05-28 20:29:05 +02:00
src fix(nvs): Fixed Page::findItem performance degradation caused by wrong condition before hash map use 2024-03-12 16:27:36 +01:00
test Storage: Partition APIs moved to the new component 'esp_partition' 2022-11-02 21:54:45 +01:00
test_nvs_host fix(nvs): Improved lockig mechanism for initialization phase 2024-03-12 16:27:36 +01:00
.gitignore nvs_flash, wear_levelling: ignore host test files 2017-04-17 11:01:18 +08:00
CMakeLists.txt fix(nvs): Adopted CMakeLists for host test if IDF v5.1 2024-03-12 16:27:36 +01:00
Kconfig add: Kconfig assert or errorcode option 2022-05-28 20:29:05 +02:00