From e9ca7ed9148d9cbc8fdf026f16090ddf20fab36b Mon Sep 17 00:00:00 2001 From: Qinghao Shi Date: Mon, 20 May 2019 11:56:15 +0100 Subject: [PATCH] FastModel: enable kvstore --- features/storage/kvstore/conf/tdb_internal/mbed_lib.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/features/storage/kvstore/conf/tdb_internal/mbed_lib.json b/features/storage/kvstore/conf/tdb_internal/mbed_lib.json index 893d7b5537..2d9fadfaea 100644 --- a/features/storage/kvstore/conf/tdb_internal/mbed_lib.json +++ b/features/storage/kvstore/conf/tdb_internal/mbed_lib.json @@ -22,6 +22,10 @@ "ARM_MUSCA_A1_S": { "internal_size": "0x8000", "internal_base_address": "0x00420000" + }, + "FVP_MPS2": { + "internal_size": "0x200000", + "internal_base_address": "0x00200000" } } }