Add lorawan and nvstore examples for testing.

pull/6341/head
Cruz Monrreal II 2018-03-12 18:45:16 -05:00
parent 56a6f3b4ff
commit 0ab2216803
1 changed files with 27 additions and 1 deletions

View File

@ -238,6 +238,32 @@
"compile" : true,
"export": true,
"auto-update" : true
},
{
"name": "mbed-os-example-lorawan",
"github":"https://github.com/ARMmbed/mbed-os-example-lorawan",
"mbed": [],
"test-repo-source": "github",
"features" : [],
"targets" : [],
"toolchains" : [],
"exporters": [],
"compile" : true,
"export": true,
"auto-update" : true
},
{
"name": "mbed-os-example-nvstore",
"github":"https://github.com/ARMmbed/mbed-os-example-nvstore",
"mbed": [],
"test-repo-source": "github",
"features" : [],
"targets" : [],
"toolchains" : [],
"exporters": [],
"compile" : true,
"export": true,
"auto-update" : true
}
]
}