Merge pull request #11298 from kyle-cypress/pr/kvstore-flash-size

Explicitly set rbp_internal_size for TARGET_PSOC6
pull/11316/head
Martin Kojtal 2019-08-23 15:44:09 +02:00 committed by GitHub
commit 3fb5802b19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 3 deletions

View File

@ -33,6 +33,10 @@
"help": "Path for the working directory where the FileSystemStore stores the data",
"value": "kvstore"
}
},
"target_overrides": {
"MCU_PSOC6": {
"rbp_internal_size": 7168
}
}
}

View File

@ -1,5 +1,4 @@
{
"name": "storage_tdb_external",
"config": {
"rbp_internal_size": {
@ -22,5 +21,10 @@
"help": "The default will set start address to address 0",
"value": "0"
}
},
"target_overrides": {
"MCU_PSOC6": {
"rbp_internal_size": "7168"
}
}
}