We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 851c149 commit 22399fcCopy full SHA for 22399fc
include/flash_map_pm.h
@@ -29,7 +29,8 @@
29
#define image_scratch mcuboot_scratch
30
31
32
-#if (CONFIG_SETTINGS_FCB || CONFIG_SETTINGS_NVS || defined(PM_SETTINGS_STORAGE_ID))
+#if (CONFIG_SETTINGS_FCB || CONFIG_SETTINGS_NVS || defined(PM_SETTINGS_STORAGE_ID) ||\
33
+ CONFIG_SETTINGS_ZMS)
34
#define storage settings_storage
35
#define storage_partition settings_storage
36
#elif CONFIG_FILE_SYSTEM_LITTLEFS
@@ -38,6 +39,9 @@
38
39
#elif CONFIG_NVS
40
#define storage nvs_storage
41
#define storage_partition nvs_storage
42
+#elif CONFIG_ZMS
43
+#define storage zms_storage
44
+#define storage_partition zms_storage
45
#endif
46
47
#define PM_ID(label) PM_##label##_ID
0 commit comments