esp-idf/components/nvs_flash
harshal.patil 5e1335aae4
fix(nvs_flash): Fix the memory leak in the nvs_flash test app
The leak is now reduced by allocating the AES interrupt and
loading the partitions in the test setup instead of in the tests itself.
2023-11-22 16:23:18 +05:30
..
host_test change(nvs_flash): Host tests were migrated from CMock to esp_partition linux emulation 2023-10-13 13:17:28 +02:00
include docs: nvs_open* add ESP_ERR_INVALID_ARG to return description 2023-10-19 14:36:10 +02: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
private_include
src refactor: Remove -Wno-format from storage related components 2023-10-22 17:56:41 +00:00
test_apps fix(nvs_flash): Fix the memory leak in the nvs_flash test app 2023-11-22 16:23:18 +05:30
test_nvs_host feat(partition_table): Add read-only partition flag and functionality 2023-10-11 00:01:05 +02:00
.build-test-rules.yml
.gitignore
CMakeLists.txt refactor: Remove -Wno-format from storage related components 2023-10-22 17:56:41 +00:00
Kconfig
project_include.cmake