esp-idf/components/nvs_flash
Mahavir Jain bc82323e3f
fix(tests): correct the flash write length for NVS encrypted test
Write only till the embedded file size in the NVS partition. Earlier
the length was kept as the whole partition size and it could result
in accessing embedded rodata beyond the MMU mapped range.
2024-05-02 16:54:13 +05:30
..
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 fix(tests): correct the flash write length for NVS encrypted test 2024-05-02 16:54:13 +05:30
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