mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
a02be97fda
handling (only when nvs encryption is enabled) * NVS Encryption will now be turned on by default with flash encryption * Updated the flash encryption example to shocase NVS encryption along with information on how to configure and use NVS encryption * Updated respective test case * Added two partition tables for NVS encryption i) Table 1- Single factory app, no OTA, encrypted NVS ii) Table 2- Factory app, Two OTA, encrypted NVS |
||
---|---|---|
.. | ||
test | ||
test_gen_esp32part_host | ||
CMakeLists.txt | ||
component.mk | ||
gen_empty_partition.py | ||
gen_esp32part.py | ||
Kconfig.projbuild | ||
Makefile.projbuild | ||
partitions_singleapp_coredump.csv | ||
partitions_singleapp_encr_nvs.csv | ||
partitions_singleapp.csv | ||
partitions_two_ota_coredump.csv | ||
partitions_two_ota_encr_nvs.csv | ||
partitions_two_ota.csv | ||
parttool.py | ||
project_include.cmake |