From 03745c8ed90ceb240eeb4c6d07b5b2f40ec3afea Mon Sep 17 00:00:00 2001 From: Janne Kiiskila Date: Thu, 3 Oct 2019 17:11:55 +0300 Subject: [PATCH] DISCO_H747I - define default storage (TDB_INTERNAL) DeviceKey needs the definition of the default storage place, define it to be TDB_INTERNAL (as for the other boards). --- features/storage/kvstore/conf/global/mbed_lib.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/features/storage/kvstore/conf/global/mbed_lib.json b/features/storage/kvstore/conf/global/mbed_lib.json index 1e10bf89b6..0085107009 100644 --- a/features/storage/kvstore/conf/global/mbed_lib.json +++ b/features/storage/kvstore/conf/global/mbed_lib.json @@ -20,6 +20,9 @@ "NUCLEO_F429ZI": { "storage_type": "TDB_INTERNAL" }, + "DISCO_H747I": { + "storage_type": "TDB_INTERNAL" + }, "UBLOX_EVK_ODIN_W2": { "storage_type": "TDB_INTERNAL" },