We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1a8eec + 1b1f14d commit 3fb5802Copy full SHA for 3fb5802
features/storage/kvstore/conf/filesystem/mbed_lib.json
@@ -33,6 +33,10 @@
33
"help": "Path for the working directory where the FileSystemStore stores the data",
34
"value": "kvstore"
35
}
36
+ },
37
+ "target_overrides": {
38
+ "MCU_PSOC6": {
39
+ "rbp_internal_size": 7168
40
+ }
41
42
-
features/storage/kvstore/conf/tdb_external/mbed_lib.json
@@ -1,5 +1,4 @@
1
{
2
3
"name": "storage_tdb_external",
4
"config": {
5
"rbp_internal_size": {
@@ -22,5 +21,10 @@
22
21
"help": "The default will set start address to address 0",
23
"value": "0"
24
25
26
27
+ "rbp_internal_size": "7168"
28
29
-}
30
+}
0 commit comments