From 4bb8ebf41fbf154a8fe48aa7a1d1d50073a3803e Mon Sep 17 00:00:00 2001 From: Yossi Levy Date: Thu, 4 Oct 2018 13:02:18 +0300 Subject: [PATCH] Adding back blockdevice example after removing it for PR #7774. Target should be K64F --- tools/test/examples/examples.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/tools/test/examples/examples.json b/tools/test/examples/examples.json index 0a8bf8c6f5a..b1d45364903 100644 --- a/tools/test/examples/examples.json +++ b/tools/test/examples/examples.json @@ -292,6 +292,19 @@ "compile" : true, "export": true, "auto-update" : true - } + }, + { + "name": "mbed-os-example-blockdevice", + "github":"https://github.com/armmbed/mbed-os-example-blockdevice", + "mbed": [], + "test-repo-source": "github", + "features" : [], + "targets" : ["K64F"], + "toolchains" : [], + "exporters": [], + "compile" : true, + "export": true, + "auto-update" : true + } ] }