esp-idf/components/nvs_flash/test_apps/main
Mahavir Jain 3bc4d11dbb 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 19:19:50 +08:00
..
app_main.c fix(nvs_flash): Fix the memory leak in the nvs_flash test app 2023-11-27 17:25:14 +05:30
CMakeLists.txt nvs_flash: Extended test-app and host tests for the HMAC-based NVS encr-keys protection scheme 2023-05-23 13:55:59 +05:30
encryption_keys.bin nvs_flash: Migrate UTs to component test-apps 2023-04-26 10:21:03 +05:30
partition_encrypted_hmac.bin nvs_flash: Extended test-app and host tests for the HMAC-based NVS encr-keys protection scheme 2023-05-23 13:55:59 +05:30
partition_encrypted.bin nvs_flash: Migrate UTs to component test-apps 2023-04-26 10:21:03 +05:30
sample.bin nvs_flash: Migrate UTs to component test-apps 2023-04-26 10:21:03 +05:30
test_nvs.c fix(tests): correct the flash write length for NVS encrypted test 2024-05-02 19:19:50 +08:00