esp-idf/components/nvs_flash
Adam Múdry 6154f22ab3 docs: nvs_open* add ESP_ERR_INVALID_ARG to return description
ESP_ERR_INVALID_ARG is returned from underlying functions but this was not easily evident
2023-10-19 14:36:10 +02:00
..
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 fix(docs/nvs_part_gen): Show the HMAC scheme-specific commands only for supported SOCs 2023-10-06 11:33:12 +05:30
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(partition_table): Add read-only partition flag and functionality 2023-10-11 00:01:05 +02: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 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 nvs_flash: Add support for HMAC-based NVS encryption keys protection scheme 2023-05-23 13:55:52 +05:30
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