We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 52822cb + b34de42 commit c0108b1Copy full SHA for c0108b1
tools/test/examples/examples.json
@@ -289,6 +289,19 @@
289
"compile" : true,
290
"export": true,
291
"auto-update" : true
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
}
0 commit comments