From 454ae256d43afffc0bb98bcf4ff587d33070a5f1 Mon Sep 17 00:00:00 2001 From: Alexander Zilberkant Date: Tue, 1 Jan 2019 19:36:51 +0200 Subject: [PATCH] Set "TDB_INTERNAL" default storage for Pelion NUCLEO_F411RE NUCLEO_F429ZI UBLOX_EVK_ODIN_W2 --- features/storage/kvstore/conf/mbed_lib.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/features/storage/kvstore/conf/mbed_lib.json b/features/storage/kvstore/conf/mbed_lib.json index 57a8e08d7b..35938fdaae 100644 --- a/features/storage/kvstore/conf/mbed_lib.json +++ b/features/storage/kvstore/conf/mbed_lib.json @@ -16,6 +16,15 @@ }, "K66F": { "storage_type": "TDB_INTERNAL" + }, + "NUCLEO_F411RE": { + "storage_type": "TDB_INTERNAL" + }, + "NUCLEO_F429ZI": { + "storage_type": "TDB_INTERNAL" + }, + "UBLOX_EVK_ODIN_W2": { + "storage_type": "TDB_INTERNAL" } } }