esp-idf/components/nvs_flash
Mahavir Jain f82fea4c1b
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:48:57 +05:30
..
host_test fix(nvs): Fix possible collision with app trace sysview defines 2024-04-12 13:46:51 +02:00
include fix(nvs): Fix possible collision with app trace sysview defines 2024-04-12 13:46:51 +02:00
nvs_partition_generator feat(docs): Add workflow for externally enabling NVS Encryption 2024-04-19 11:29:21 +05:30
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): Fix possible collision with app trace sysview defines 2024-04-12 13:46:51 +02:00
test_apps fix(tests): correct the flash write length for NVS encrypted test 2024-05-02 16:48:57 +05:30
test_nvs_host fix(storage): applied spelling fixes by codespell pre-commit hook 2024-03-28 13:00:54 +01:00
.build-test-rules.yml feat(storage/nvs_flash): add dependencies to nvs_flash test apps 2023-12-11 13:10:54 +01:00
.gitignore nvs_flash, wear_levelling: ignore host test files 2017-04-17 11:01:18 +08:00
CMakeLists.txt refactor(linux): Unified libbsd handling 2024-03-08 12:26:54 +08: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