esp-idf/components/nvs_flash
radek.tandler 36092067a0 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-08 12:57:58 +01:00
..
host_test feat(nvs_flash): Added function nvs_find_key 2023-12-09 09:12:31 +01:00
include feat(nvs_flash): Added function nvs_find_key 2023-12-09 09:12:31 +01:00
nvs_partition_generator Docs: Update CN trans for components/nvs_flash/nvs_partition_generator/README.rst 2023-10-26 12:19:25 +08:00
nvs_partition_tool feat(nvs): NVS tool add key consistency check 2023-10-09 15:58:48 +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-08 12:57:58 +01:00
test_apps fix(nvs_flash): Remove the forceful selection of NVS_ENCRYPTION with flash encryption 2023-12-21 19:22:56 +05:30
test_nvs_host fix(nvs): Improved lockig mechanism for initialization phase 2024-02-28 12:37:21 +01:00
.build-test-rules.yml fix(nvs_flash): nvs_set with same key and different data type 2023-09-26 15:05:20 +00:00
.gitignore nvs_flash, wear_levelling: ignore host test files 2017-04-17 11:01:18 +08:00
CMakeLists.txt fix(nvs): Improved lockig mechanism for initialization phase 2024-02-28 12:37:21 +01:00
Kconfig fix(nvs_flash): fixed failing nvs_page test 2023-09-26 15:05:20 +00:00
project_include.cmake feat: Add support for NVS image generation from CMake 2023-07-31 18:26:06 +02:00