esp-idf/components/nvs_flash/host_test/nvs_host_test/main
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
..
CMakeLists.txt refactor(nvs_flash): Host test migrated to esp_partition emulation for linux 2023-08-09 14:14:21 +02:00
main.cpp nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation 2022-11-16 14:15:23 +01:00
test_fixtures.hpp refactor(nvs_flash): Host test migrated to esp_partition emulation for linux 2023-08-09 14:14:21 +02:00
test_nvs_cxx_api.cpp nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation 2022-11-16 14:15:23 +01:00
test_nvs_handle.cpp nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation 2022-11-16 14:15:23 +01:00
test_nvs_initialization.cpp nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation 2022-11-16 14:15:23 +01:00
test_nvs_storage.cpp nvs_flash/host_test: migrated to the CMake build system and nvs flash Linux implementation 2022-11-16 14:15:23 +01:00
test_nvs.cpp fix(nvs_flash): nvs_set with same key and different data type 2023-09-26 15:05:20 +00:00
test_partition_manager.cpp refactor(nvs_flash): Host test migrated to esp_partition emulation for linux 2023-08-09 14:14:21 +02:00