Merge pull request #6341 from cmonr/add-5.8-examples

Add lorawan and nvstore examples for testing.
pull/6353/head
Cruz Monrreal 2018-03-13 23:11:27 -05:00 committed by GitHub
commit af46177a65
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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": false,
"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
}
]
}