mirror of https://github.com/ARMmbed/mbed-os.git
Configure PS with tdbstore
parent
ffe9ddfb2d
commit
f70e069838
|
@ -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"
|
||||
},
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue