diff --git a/tools/test/examples/examples.json b/tools/test/examples/examples.json index 0930b51627..03eb6af33e 100644 --- a/tools/test/examples/examples.json +++ b/tools/test/examples/examples.json @@ -174,6 +174,18 @@ "compile" : true, "export": true, "auto-update" : true + }, + { + "name": "nanostack-border-router", + "github":"https://github.com/ARMmbed/nanostack-border-router", + "mbed": [], + "features" : [], + "targets" : ["K64F", "K66F", "NUCLEO_F429ZI"], + "toolchains" : [], + "exporters": [], + "compile" : true, + "export": true, + "auto-update" : false } ] }