mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #6341 from cmonr/add-5.8-examples
Add lorawan and nvstore examples for testing.pull/6353/head
commit
af46177a65
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue