Skip to content

Commit f70e069

Browse files
author
Oren Cohen
committed
Configure PS with tdbstore
1 parent ffe9ddf commit f70e069

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

features/storage/kvstore/conf/global/mbed_lib.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,9 @@
1414
"FUTURE_SEQUANA_M0_PSA": {
1515
"storage_type": "TDB_INTERNAL"
1616
},
17+
"FUTURE_SEQUANA_PSA": {
18+
"storage_type": "TDB_INTERNAL"
19+
},
1720
"CY8CKIT_062_WIFI_BT_M0_PSA": {
1821
"storage_type": "TDB_INTERNAL"
1922
},

features/storage/kvstore/conf/tdb_internal/mbed_lib.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@
1515
"internal_size": "0x8000",
1616
"internal_base_address": "0x10078000"
1717
},
18+
"FUTURE_SEQUANA_PSA": {
19+
"internal_size": "0x8000",
20+
"internal_base_address": "0x100F8000"
21+
},
1822
"CY8CKIT_062_WIFI_BT_M0_PSA": {
1923
"internal_size": "0x8000",
2024
"internal_base_address": "0x10038000"

0 commit comments

Comments
 (0)