Skip to content

Commit 255f28e

Browse files
author
Cruz Monrreal
authored
Merge pull request #8246 from adbridge/master
Add back examples updated for mbed-os-5.10
2 parents f1587b5 + 786f10b commit 255f28e

File tree

1 file changed

+66
-3
lines changed

1 file changed

+66
-3
lines changed

tools/test/examples/examples.json

Lines changed: 66 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
"targets" : ["K64F", "NUCLEO_F429ZI"],
3030
"toolchains" : ["GCC_ARM", "ARM"],
3131
"exporters": [],
32-
"compile" : false,
33-
"export": false,
32+
"compile" : true,
33+
"export": true,
3434
"auto-update" : true
3535
},
3636
{
@@ -229,6 +229,69 @@
229229
"compile" : true,
230230
"export": true,
231231
"auto-update" : true
232-
}
232+
},
233+
{
234+
"name": "mbed-os-example-filesystem",
235+
"github":"https://github.com/ARMmbed/mbed-os-example-filesystem",
236+
"mbed": [
237+
"https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-filesystem"
238+
],
239+
"test-repo-source": "github",
240+
"features" : [],
241+
"targets" : ["K82F"],
242+
"toolchains" : [],
243+
"exporters": [],
244+
"compile" : true,
245+
"export": true,
246+
"auto-update" : true
247+
},
248+
{
249+
"name": "mbed-os-example-mesh-minimal",
250+
"github":"https://github.com/ARMmbed/mbed-os-example-mesh-minimal",
251+
"mbed": [
252+
"https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-mesh-minimal"
253+
],
254+
"test-repo-source": "github",
255+
"features" : [],
256+
"targets" : ["DISCO_F469NI", "DISCO_F746NG", "K64F", "K66F",
257+
"NUCLEO_F429ZI", "NUCLEO_F439ZI", "NUCLEO_F746ZG",
258+
"NUCLEO_F756ZG", "NUCLEO_F767ZI",
259+
"NUMAKER_PFM_NUC472", "UBLOX_EVK_ODIN_W2"],
260+
"toolchains" : [],
261+
"exporters": [],
262+
"compile" : true,
263+
"export": true,
264+
"auto-update" : true
265+
},
266+
{
267+
"name": "mbed-os-example-bootloader",
268+
"github":"https://github.com/ARMmbed/mbed-os-example-bootloader",
269+
"mbed": [
270+
"https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-bootloader"
271+
],
272+
"test-repo-source": "github",
273+
"features" : [],
274+
"targets" : ["K64F", "NUCLEO_F429ZI", "UBLOX_EVK_ODIN_W2"],
275+
"toolchains" : [],
276+
"exporters": [],
277+
"compile" : true,
278+
"export": true,
279+
"auto-update" : true
280+
},
281+
{
282+
"name": "mbed-os-example-nfc",
283+
"github": "https://github.com/ARMmbed/mbed-os-example-nfc",
284+
"mbed": [
285+
"https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-nfc-SmartPoster"
286+
],
287+
"test-repo-source": "mbed",
288+
"features" : [],
289+
"targets" : ["NUCLEO_F401RE", "DISCO_L475VG_IOT01A"],
290+
"toolchains" : [],
291+
"exporters": [],
292+
"compile" : true,
293+
"export": true,
294+
"auto-update" : true
295+
}
233296
]
234297
}

0 commit comments

Comments
 (0)