Skip to content

Commit 454ae25

Browse files
author
Alexander Zilberkant
committed
Set "TDB_INTERNAL" default storage for Pelion
NUCLEO_F411RE NUCLEO_F429ZI UBLOX_EVK_ODIN_W2
1 parent 7ad0262 commit 454ae25

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

features/storage/kvstore/conf/mbed_lib.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,15 @@
1616
},
1717
"K66F": {
1818
"storage_type": "TDB_INTERNAL"
19+
},
20+
"NUCLEO_F411RE": {
21+
"storage_type": "TDB_INTERNAL"
22+
},
23+
"NUCLEO_F429ZI": {
24+
"storage_type": "TDB_INTERNAL"
25+
},
26+
"UBLOX_EVK_ODIN_W2": {
27+
"storage_type": "TDB_INTERNAL"
1928
}
2029
}
2130
}

0 commit comments

Comments
 (0)