test - add nanostack to examples.json file

pull/4145/head
Martin Kojtal 2017-04-10 14:42:09 +01:00
parent cf87e7d182
commit ea53150d35
1 changed files with 12 additions and 0 deletions

View File

@ -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
}
]
}