From f70e0698383a69857a189635586ffcf6375e6228 Mon Sep 17 00:00:00 2001 From: Oren Cohen Date: Wed, 10 Apr 2019 17:33:37 +0300 Subject: [PATCH] Configure PS with tdbstore --- features/storage/kvstore/conf/global/mbed_lib.json | 3 +++ features/storage/kvstore/conf/tdb_internal/mbed_lib.json | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/features/storage/kvstore/conf/global/mbed_lib.json b/features/storage/kvstore/conf/global/mbed_lib.json index 83bc6e39de..2d115fa24f 100644 --- a/features/storage/kvstore/conf/global/mbed_lib.json +++ b/features/storage/kvstore/conf/global/mbed_lib.json @@ -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" }, diff --git a/features/storage/kvstore/conf/tdb_internal/mbed_lib.json b/features/storage/kvstore/conf/tdb_internal/mbed_lib.json index 923503bb0a..97915a4a22 100644 --- a/features/storage/kvstore/conf/tdb_internal/mbed_lib.json +++ b/features/storage/kvstore/conf/tdb_internal/mbed_lib.json @@ -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"