You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: features/storage/kvstore/conf/filesystem/mbed_lib.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@
14
14
"value": "default"
15
15
},
16
16
"blockdevice": {
17
-
"help": "Options are default, SPIF, DATAFASH, QSPIFor SD. If default, the block device will be chosen according to the component defined in targets.json",
17
+
"help": "Options are default, SPIF, DATAFASH, QSPIF, SD or other. If default, the block device will be chosen according to the component defined in targets.json. If other, override get_other_blockdevice() to support block device out of Mbed OS tree.",
Copy file name to clipboardExpand all lines: features/storage/kvstore/conf/filesystem_no_rbp/mbed_lib.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@
6
6
"value": "default"
7
7
},
8
8
"blockdevice": {
9
-
"help": "Options are default, SPIF, DATAFLASH, QSPIFor SD. If default the block device will be chosen by the defined component",
9
+
"help": "Options are default, SPIF, DATAFLASH, QSPIF, SD or other. If default the block device will be chosen by the defined component. If other, override get_other_blockdevice() to support block device out of Mbed OS tree.",
Copy file name to clipboardExpand all lines: features/storage/kvstore/conf/tdb_external/mbed_lib.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@
11
11
"value": "0"
12
12
},
13
13
"blockdevice": {
14
-
"help": "Options are default, SPIF, DATAFASH, QSPIFor SD. If default the block device will be chosen by the defined component",
14
+
"help": "Options are default, SPIF, DATAFASH, QSPIF, SD or other. If default the block device will be chosen by the defined component. If other, override get_other_blockdevice() to support block device out of Mbed OS tree.",
Copy file name to clipboardExpand all lines: features/storage/kvstore/conf/tdb_external_no_rbp/mbed_lib.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"name": "storage_tdb_external_no_rbp",
3
3
"config": {
4
4
"blockdevice": {
5
-
"help": "Options are default, SPIF, DATAFASH, QSPIFor SD. If default the block device will be chosen by the defined component",
5
+
"help": "Options are default, SPIF, DATAFASH, QSPIF, SD or other. If default the block device will be chosen by the defined component. If other, override get_other_blockdevice() to support block device out of Mbed OS tree.",
0 commit comments