D | main.c | 24 #include <zephyr/fs/nvs.h> 89 /* Clear NVS */ in after() 100 ZTEST_SUITE(nvs, NULL, setup, before, after, NULL); 102 ZTEST_F(nvs, test_nvs_mount) in ZTEST_F() argument 135 ZTEST_F(nvs, test_nvs_write) in ZTEST_F() argument 167 ZTEST_F(nvs, test_nvs_corrupted_write) in ZTEST_F() argument 227 * are corrupted at this point and should be discarded by the NVS. in ZTEST_F() 232 /* Reinitialize the NVS. */ in ZTEST_F() 249 ZTEST_F(nvs, test_nvs_gc) in ZTEST_F() argument 348 ZTEST_F(nvs, test_nvs_gc_3sectors) in ZTEST_F() argument [all …]
|