Skip to content

Commit dbc3c62

Browse files
authored
Merge pull request #9487 from theamirocohen/add_sd_driver_example
Add sd-driver example
2 parents 9265c19 + f7ea4c9 commit dbc3c62

File tree

1 file changed

+16
-3
lines changed

1 file changed

+16
-3
lines changed

tools/test/examples/examples.json

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{
1+
{
22
"examples": [
33
{
44
"name": "mbed-os-example-blinky",
@@ -161,7 +161,7 @@
161161
"compile" : true,
162162
"export": true,
163163
"auto-update" : true
164-
},
164+
},
165165
{
166166
"name": "mbed-os-example-thread-statistics",
167167
"github":"https://github.com/ARMmbed/mbed-os-example-thread-statistics",
@@ -354,6 +354,19 @@
354354
"compile" : true,
355355
"export": true,
356356
"auto-update" : true
357-
}
357+
},
358+
{
359+
"name": "mbed-os-example-sd-driver",
360+
"github":"https://github.com/ARMmbed/mbed-os-example-sd-driver",
361+
"mbed": [],
362+
"test-repo-source": "github",
363+
"features" : [],
364+
"targets" : ["K64F"],
365+
"toolchains" : [],
366+
"exporters": [],
367+
"compile" : true,
368+
"export": true,
369+
"auto-update" : true
370+
}
358371
]
359372
}

0 commit comments

Comments
 (0)