esp-idf/components/nvs_flash/.build-test-rules.yml
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

4 lines
74 B
YAML

components/nvs_flash/host_test:
enable:
- if: IDF_TARGET == "linux"