Configure PS with tdbstore

pull/10469/head
Oren Cohen 2019-04-10 17:33:37 +03:00 committed by adbridge
parent 62905b1dc3
commit 619fc05318
2 changed files with 7 additions and 0 deletions

View File

@ -14,6 +14,9 @@
"FUTURE_SEQUANA_M0_PSA": {
"storage_type": "TDB_INTERNAL"
},
"FUTURE_SEQUANA_PSA": {
"storage_type": "TDB_INTERNAL"
},
"CY8CKIT_062_WIFI_BT_M0_PSA": {
"storage_type": "TDB_INTERNAL"
},

View File

@ -15,6 +15,10 @@
"internal_size": "0x8000",
"internal_base_address": "0x10078000"
},
"FUTURE_SEQUANA_PSA": {
"internal_size": "0x8000",
"internal_base_address": "0x100F8000"
},
"CY8CKIT_062_WIFI_BT_M0_PSA": {
"internal_size": "0x8000",
"internal_base_address": "0x10038000"