esp-idf/components/nvs_flash
Laukik Hase ea51f4e2f7
fix(nvs_flash): Remove the forceful selection of NVS_ENCRYPTION with flash encryption
- This change will introduce a breaking change for SoCs with the HMAC
  peripheral. Turning on flash encryption will no longer enable NVS
  encryption automatically.

Closes https://github.com/espressif/esp-idf/issues/12549
2023-12-04 16:18:01 +05:30
..
host_test ci(nvs_flash): upgrade to Catch2 as a component, fix warnings 2023-11-29 12:38:47 +01:00
include docs: nvs_open* add ESP_ERR_INVALID_ARG to return description 2023-10-19 14:36:10 +02:00
nvs_partition_generator Docs: Update CN trans for components/nvs_flash/nvs_partition_generator/README.rst 2023-10-26 12:19:25 +08: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 refactor: Remove -Wno-format from storage related components 2023-10-22 17:56:41 +00: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