Skip to content

Commit 7972092

Browse files
author
Offir Kochalsky
committed
Added KVStore Examples for Global and Class APIs
1 parent 0283bb8 commit 7972092

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

tools/test/examples/examples.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,32 @@
289289
"compile" : true,
290290
"export": true,
291291
"auto-update" : true
292-
}
292+
},
293+
{
294+
"name": "mbed-os-example-kvstore",
295+
"github":"https://github.com/ARMmbed/mbed-os-example-kvstore",
296+
"mbed": [],
297+
"test-repo-source": "github",
298+
"features" : [],
299+
"targets" : ["K64F"],
300+
"toolchains" : [],
301+
"exporters": [],
302+
"compile" : true,
303+
"export": true,
304+
"auto-update" : true
305+
},
306+
{
307+
"name": "mbed-os-example-kvstore-class-api",
308+
"github":"https://github.com/ARMmbed/mbed-os-example-kvstore-class-api",
309+
"mbed": [],
310+
"test-repo-source": "github",
311+
"features" : [],
312+
"targets" : ["K64F"],
313+
"toolchains" : [],
314+
"exporters": [],
315+
"compile" : true,
316+
"export": true,
317+
"auto-update" : true
318+
}
293319
]
294320
}

0 commit comments

Comments
 (0)