Merge pull request #4145 from 0xc0170/dev_examples_add_nanostackrouter

test - add nanostack to examples.json file
pull/4225/head
Jimmy Brisson 2017-04-24 11:00:32 -05:00 committed by GitHub
commit 7b13217226
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
}
]
}