esp-idf/components/nvs_flash
radek.tandler e8992f500c fix(nvs_flash): nvs_set with same key and different data type
Function now always rewrites old value under same key
regardless existing data type. Users requiring old API behaviour
can enable it by kconfig option CONFIG_NVS_LEGACY_DUP_KEYS_COMPATIBILITY
2023-09-26 15:05:20 +00:00
..
host_test fix(nvs_flash): nvs_set with same key and different data type 2023-09-26 15:05:20 +00:00
include feature(nvs_flash) : added support iteration over namespace by index - review changes 2023-08-29 16:05:02 +02:00
nvs_partition_generator docs: Update CN for nvs_flash.rst and flash-encryption.rst 2023-07-14 04:05:53 +00:00
nvs_partition_tool NVS: nvs_tool.py entry.data None check fix 2023-06-21 11:23:22 +02:00
private_include add: Kconfig assert or errorcode option 2022-05-28 20:29:05 +02:00
src fix(nvs_flash): nvs_set with same key and different data type 2023-09-26 15:05:20 +00:00
test_apps feat(ci): Enable p4 example, test_apps and unit tests CI build 2023-08-24 12:51:19 +08:00
test_nvs_host refactor(nvs_flash): Host test migrated to esp_partition emulation for linux 2023-08-09 14:14:21 +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 nvs_flash: Add support for HMAC-based NVS encryption keys protection scheme 2023-05-23 13:55:52 +05:30
Kconfig fix(nvs_flash): nvs_set with same key and different data type 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