Skip to content

Commit c0108b1

Browse files
authored
Merge pull request ARMmbed#8863 from offirko/offir-examples-kvstore
Adding KVStore Examples for Global API
2 parents 52822cb + b34de42 commit c0108b1

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

tools/test/examples/examples.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,19 @@
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+
}
293306
]
294307
}

0 commit comments

Comments
 (0)