From 0923e8f5b8530311b4afa0bd37e0344796a03389 Mon Sep 17 00:00:00 2001 From: adbridge Date: Thu, 21 Dec 2017 17:09:49 +0000 Subject: [PATCH] Add mbed-os-example-filesystem to examples list --- tools/test/examples/examples.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/tools/test/examples/examples.json b/tools/test/examples/examples.json index 23f17c1ff8..af369e4b5c 100644 --- a/tools/test/examples/examples.json +++ b/tools/test/examples/examples.json @@ -198,6 +198,21 @@ "export": true, "auto-update" : true }, + { + "name": "mbed-os-example-filesystem", + "github":"https://github.com/ARMmbed/mbed-os-example-filesystem", + "mbed": [ + "https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-filesystem" + ], + "test-repo-source": "github", + "features" : [], + "targets" : ["K64F"], + "toolchains" : [], + "exporters": [], + "compile" : true, + "export": true, + "auto-update" : true + }, { "name": "nanostack-border-router", "github":"https://github.com/ARMmbed/nanostack-border-router",