esp-idf/components/nvs_flash/test_apps/main
Mahavir Jain 0d36eb3342
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 13:24:45 +05:30
..
app_main.c fix(storage): applied spelling fixes by codespell pre-commit hook 2024-03-28 13:00:54 +01:00
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 13:24:45 +05:30