esp-idf/components/nvs_flash/test
Mahavir Jain c8dbdc6aa6
fix(tests): correct the flash write length for NVS encrypted test
Write only till the embedded file size in the NVS partition. Earlier
the length was kept as the whole partition size and it could result
in accessing embedded rodata beyond the MMU mapped range.
2024-05-02 16:54:56 +05:30
..
CMakeLists.txt Storage: Partition APIs moved to the new component 'esp_partition' 2022-11-02 21:49:08 +01:00
encryption_keys.bin nvs_flash: Add support for nvs encryption 2018-09-24 11:25:21 +05:30
partition_encrypted.bin nvs_flash: Add support for nvs encryption 2018-09-24 11:25:21 +05:30
sample.bin nvs_flash: Add support for nvs encryption 2018-09-24 11:25:21 +05:30
test_nvs.c fix(tests): correct the flash write length for NVS encrypted test 2024-05-02 16:54:56 +05:30