Skip to content

Commit f0979dc

Browse files
committed
Add back examples updated for mbed-os-5.10
While feature changes were being added to mbed-os a number of examples were removed from this list due to incompatibility issues. This PR adds those examples back in: Filesystem, Blockdevice, Mesh-minimal, Bootloader. This PR also adds in the new NFC example.
1 parent 5554300 commit f0979dc

File tree

1 file changed

+80
-3
lines changed

1 file changed

+80
-3
lines changed

tools/test/examples/examples.json

Lines changed: 80 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,83 @@
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" : ["K64F"],
242+
"toolchains" : [],
243+
"exporters": [],
244+
"compile" : true,
245+
"export": true,
246+
"auto-update" : true
247+
},
248+
{
249+
"name": "mbed-os-example-blockdevice",
250+
"github":"https://github.com/armmbed/mbed-os-example-blockdevice",
251+
"mbed": [],
252+
"test-repo-source": "github",
253+
"features" : [],
254+
"targets" : ["K64F"],
255+
"toolchains" : [],
256+
"exporters": [],
257+
"compile" : true,
258+
"export": true,
259+
"auto-update" : true
260+
},
261+
{
262+
"name": "mbed-os-example-mesh-minimal",
263+
"github":"https://github.com/ARMmbed/mbed-os-example-mesh-minimal",
264+
"mbed": [
265+
"https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-mesh-minimal"
266+
],
267+
"test-repo-source": "github",
268+
"features" : [],
269+
"targets" : ["DISCO_F469NI", "DISCO_F746NG", "K64F", "K66F",
270+
"NUCLEO_F429ZI", "NUCLEO_F439ZI", "NUCLEO_F746ZG",
271+
"NUCLEO_F756ZG", "NUCLEO_F767ZI",
272+
"NUMAKER_PFM_NUC472", "UBLOX_EVK_ODIN_W2"],
273+
"toolchains" : [],
274+
"exporters": [],
275+
"compile" : true,
276+
"export": true,
277+
"auto-update" : true
278+
},
279+
{
280+
"name": "mbed-os-example-bootloader",
281+
"github":"https://github.com/ARMmbed/mbed-os-example-bootloader",
282+
"mbed": [
283+
"https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-bootloader"
284+
],
285+
"test-repo-source": "github",
286+
"features" : [],
287+
"targets" : ["K64F", "NUCLEO_F429ZI", "UBLOX_EVK_ODIN_W2"],
288+
"toolchains" : [],
289+
"exporters": [],
290+
"compile" : true,
291+
"export": true,
292+
"auto-update" : true
293+
},
294+
{
295+
"name": "mbed-os-example-nfc",
296+
"github": "https://github.com/ARMmbed/mbed-os-example-nfc",
297+
"mbed": [
298+
"https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-nfc-EEPROM/",
299+
"https://os.mbed.com/teams/mbed-os-examples/code/mbed-os-example-nfc-SmartPoster/"
300+
],
301+
"test-repo-source": "mbed",
302+
"features" : [],
303+
"targets" : [],
304+
"toolchains" : [],
305+
"exporters": [],
306+
"compile" : true,
307+
"export": true,
308+
"auto-update" : true
309+
}
233310
]
234311
}

0 commit comments

Comments
 (0)