From 6c9770429788156ece7c5316c86ddfdd85786733 Mon Sep 17 00:00:00 2001 From: adbridge Date: Tue, 10 Nov 2020 18:14:52 +0000 Subject: [PATCH] Remove nanostack-border-router example from list of supported examples --- tools/test/examples/examples.json | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/tools/test/examples/examples.json b/tools/test/examples/examples.json index c817cc2ced..97a84145b5 100644 --- a/tools/test/examples/examples.json +++ b/tools/test/examples/examples.json @@ -124,20 +124,6 @@ "test" : false, "auto-update" : true }, - { - "name": "nanostack-border-router", - "github":"https://github.com/ARMmbed/nanostack-border-router", - "sub-repo-example": false, - "subs": [], - "features" : [], - "targets" : ["K66F", "NUCLEO_F429ZI"], - "toolchains" : [], - "exporters": [], - "compile" : true, - "export": true, - "test" : false, - "auto-update" : true - }, { "name": "mbed-os-example-cellular", "github":"https://github.com/ARMmbed/mbed-os-example-cellular",