From 560a45011bd595d808b5dac24f1cb41bf7541daa Mon Sep 17 00:00:00 2001 From: Mahesh Mahadevan Date: Thu, 28 Feb 2019 12:41:10 -0600 Subject: [PATCH] LPC55S69: Update the KVStore config files Signed-off-by: Mahesh Mahadevan --- 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 305dc14eed..83bc6e39de 100644 --- a/features/storage/kvstore/conf/global/mbed_lib.json +++ b/features/storage/kvstore/conf/global/mbed_lib.json @@ -28,6 +28,9 @@ }, "UBLOX_EVK_ODIN_W2": { "storage_type": "TDB_INTERNAL" + }, + "LPC55S69_S": { + "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 fce9e07904..8064bc0ba0 100644 --- a/features/storage/kvstore/conf/tdb_internal/mbed_lib.json +++ b/features/storage/kvstore/conf/tdb_internal/mbed_lib.json @@ -18,6 +18,10 @@ "CY8CKIT_062_WIFI_BT_M0_PSA": { "internal_size": "0x8000", "internal_base_address": "0x10078000" + }, + "LPC55S69_S": { + "internal_size": "0x10000", + "internal_base_address": "0x00030000" } } }