Skip to content

Commit af46177

Browse files
authored
Merge pull request ARMmbed#6341 from cmonr/add-5.8-examples
Add lorawan and nvstore examples for testing.
2 parents fe2e4a3 + cb99c28 commit af46177

File tree

1 file changed

+27
-1
lines changed

1 file changed

+27
-1
lines changed

tools/test/examples/examples.json

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,6 +238,32 @@
238238
"compile" : true,
239239
"export": true,
240240
"auto-update" : true
241-
}
241+
},
242+
{
243+
"name": "mbed-os-example-lorawan",
244+
"github":"https://github.com/ARMmbed/mbed-os-example-lorawan",
245+
"mbed": [],
246+
"test-repo-source": "github",
247+
"features" : [],
248+
"targets" : [],
249+
"toolchains" : [],
250+
"exporters": [],
251+
"compile" : true,
252+
"export": false,
253+
"auto-update" : true
254+
},
255+
{
256+
"name": "mbed-os-example-nvstore",
257+
"github":"https://github.com/ARMmbed/mbed-os-example-nvstore",
258+
"mbed": [],
259+
"test-repo-source": "github",
260+
"features" : [],
261+
"targets" : [],
262+
"toolchains" : [],
263+
"exporters": [],
264+
"compile" : true,
265+
"export": true,
266+
"auto-update" : true
267+
}
242268
]
243269
}

0 commit comments

Comments
 (0)