esp-idf/components/nvs_flash
Adam Múdry c0ea99220a Merge branch 'fix/move_nvs_partition_generator_to_pypi_package' into 'master'
fix(tools): replace nvs_partition_gen.py with new esp-idf-nvs-partition-gen package

Closes IDF-8147 and IDF-1958

See merge request espressif/esp-idf!26758
2023-12-18 09:13:38 +08:00
..
host_test feat(nvs_flash): Added function nvs_find_key 2023-12-08 17:12:00 +01:00
include feat(nvs_flash): Added function nvs_find_key 2023-12-08 17:12:00 +01:00
nvs_partition_generator fix(tools): replace nvs_partition_gen.py with new esp-idf-nvs-partition-gen package 2023-11-23 23:58:20 +01: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 feat(nvs_flash): Added function nvs_find_key 2023-12-08 17:12:00 +01:00
test_apps fix(nvs_flash): Remove the forceful selection of NVS_ENCRYPTION with flash encryption 2023-12-04 16:18:01 +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 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 refactor: Remove -Wno-format from storage related components 2023-10-22 17:56:41 +00: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