Skip to content

Commit 9c62ea3

Browse files
author
Cruz Monrreal
authored
Merge pull request #7023 from adbridge/master
Add new examples to example list for CI.
2 parents e3aa140 + d597a8b commit 9c62ea3

File tree

1 file changed

+80
-16
lines changed

1 file changed

+80
-16
lines changed

tools/test/examples/examples.json

Lines changed: 80 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -172,21 +172,6 @@
172172
"export": true,
173173
"auto-update" : true
174174
},
175-
{
176-
"name": "mbed-os-example-fat-filesystem",
177-
"github":"https://github.com/ARMmbed/mbed-os-example-fat-filesystem",
178-
"mbed": [
179-
"https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-fat-filesystem"
180-
],
181-
"test-repo-source": "github",
182-
"features" : [],
183-
"targets" : ["K64F"],
184-
"toolchains" : [],
185-
"exporters": [],
186-
"compile" : true,
187-
"export": true,
188-
"auto-update" : true
189-
},
190175
{
191176
"name": "mbed-os-example-filesystem",
192177
"github":"https://github.com/ARMmbed/mbed-os-example-filesystem",
@@ -266,6 +251,85 @@
266251
"compile" : true,
267252
"export": true,
268253
"auto-update" : true
269-
}
254+
},
255+
{
256+
"name": "mbed-os-example-thread-statistics",
257+
"github":"https://github.com/ARMmbed/mbed-os-example-thread-statistics",
258+
"mbed": [],
259+
"test-repo-source": "github",
260+
"features" : [],
261+
"targets" : ["K64F"],
262+
"toolchains" : [],
263+
"exporters": [],
264+
"compile" : true,
265+
"export": true,
266+
"auto-update" : true
267+
},
268+
{
269+
"name": "mbed-os-example-sys-info",
270+
"github":"https://github.com/ARMmbed/mbed-os-example-sys-info",
271+
"mbed": [],
272+
"test-repo-source": "github",
273+
"features" : [],
274+
"targets" : ["K64F"],
275+
"toolchains" : [],
276+
"exporters": [],
277+
"compile" : true,
278+
"export": true,
279+
"auto-update" : true
280+
},
281+
{
282+
"name": "mbed-os-example-cpu-usage",
283+
"github":"https://github.com/ARMmbed/mbed-os-example-cpu-usage",
284+
"mbed": [],
285+
"test-repo-source": "github",
286+
"features" : [],
287+
"targets" : ["K64F"],
288+
"toolchains" : [],
289+
"exporters": [],
290+
"compile" : true,
291+
"export": true,
292+
"auto-update" : true
293+
},
294+
{
295+
"name": "mbed-os-example-cpu-stats",
296+
"github":"https://github.com/ARMmbed/mbed-os-example-cpu-stats",
297+
"mbed": [],
298+
"test-repo-source": "github",
299+
"features" : [],
300+
"targets" : ["K64F"],
301+
"toolchains" : [],
302+
"exporters": [],
303+
"compile" : true,
304+
"export": true,
305+
"auto-update" : true
306+
},
307+
{
308+
"name": "mbed-os-example-error-handling",
309+
"github":"https://github.com/ARMmbed/mbed-os-example-error-handling",
310+
"mbed": [],
311+
"test-repo-source": "github",
312+
"features" : [],
313+
"targets" : ["K64F"],
314+
"toolchains" : [],
315+
"exporters": [],
316+
"compile" : true,
317+
"export": true,
318+
"auto-update" : true
319+
},
320+
{
321+
"name": "mbed-os-example-blockdevice",
322+
"github":"https://github.com/armmbed/mbed-os-example-blockdevice",
323+
"mbed": [],
324+
"test-repo-source": "github",
325+
"features" : [],
326+
"targets" : ["K64F"],
327+
"toolchains" : [],
328+
"exporters": [],
329+
"compile" : true,
330+
"export": true,
331+
"auto-update" : true
332+
}
333+
270334
]
271335
}

0 commit comments

Comments
 (0)