esp-idf/components/nvs_flash/test_apps/main
radek.tandler ffaf1d2968 feat(nvs_flash): Added Kconfig option contolling NVS heap allocation source
NVS configuration is extended with Kconfig option controlling RAM area for
NVS heap allocation. Either Internal RAM or SPIRAM can be chosen.
Tests were extended to check memory consumption from Internal and SPIRAM pool with respect
to the Kconfig option chosen.
Documentation was extended with notes related to NVS behavior in various situations.
2024-06-06 08:25:51 +02:00
..
app_main.c feat(nvs_flash): Added Kconfig option contolling NVS heap allocation source 2024-06-06 08:25:51 +02:00
CMakeLists.txt feat(nvs_flash): Added Kconfig option contolling NVS heap allocation source 2024-06-06 08:25:51 +02:00
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 feat(nvs_flash): Added Kconfig option contolling NVS heap allocation source 2024-06-06 08:25:51 +02:00