mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #11298 from kyle-cypress/pr/kvstore-flash-size
Explicitly set rbp_internal_size for TARGET_PSOC6pull/11316/head
commit
3fb5802b19
|
@ -33,6 +33,10 @@
|
||||||
"help": "Path for the working directory where the FileSystemStore stores the data",
|
"help": "Path for the working directory where the FileSystemStore stores the data",
|
||||||
"value": "kvstore"
|
"value": "kvstore"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"target_overrides": {
|
||||||
|
"MCU_PSOC6": {
|
||||||
|
"rbp_internal_size": 7168
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
{
|
{
|
||||||
|
|
||||||
"name": "storage_tdb_external",
|
"name": "storage_tdb_external",
|
||||||
"config": {
|
"config": {
|
||||||
"rbp_internal_size": {
|
"rbp_internal_size": {
|
||||||
|
@ -22,5 +21,10 @@
|
||||||
"help": "The default will set start address to address 0",
|
"help": "The default will set start address to address 0",
|
||||||
"value": "0"
|
"value": "0"
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"target_overrides": {
|
||||||
|
"MCU_PSOC6": {
|
||||||
|
"rbp_internal_size": "7168"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue