Skip to content

Commit d5941e0

Browse files
committed
Add 2 more examples and remove deprecated one.
Removed: mbed-os-example-fat-filesystem Added: mbed-os-example-error-handling mbed-os-example-blockdevice
1 parent aa7f069 commit d5941e0

File tree

1 file changed

+28
-16
lines changed

1 file changed

+28
-16
lines changed

tools/test/examples/examples.json

Lines changed: 28 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",
@@ -318,6 +303,33 @@
318303
"compile" : true,
319304
"export": true,
320305
"auto-update" : true
321-
}
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" : [],
327+
"toolchains" : [],
328+
"exporters": [],
329+
"compile" : true,
330+
"export": true,
331+
"auto-update" : true
332+
}
333+
322334
]
323335
}

0 commit comments

Comments
 (0)