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" } } }