Skip to content

Commit f7ea4c9

Browse files
author
Amir Cohen
committed
Add sd-driver example
1 parent df9ac85 commit f7ea4c9

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",
@@ -163,7 +163,7 @@
163163
"compile" : true,
164164
"export": true,
165165
"auto-update" : true
166-
},
166+
},
167167
{
168168
"name": "mbed-os-example-thread-statistics",
169169
"github":"https://github.com/ARMmbed/mbed-os-example-thread-statistics",
@@ -357,6 +357,19 @@
357357
"compile" : true,
358358
"export": true,
359359
"auto-update" : true
360-
}
360+
},
361+
{
362+
"name": "mbed-os-example-sd-driver",
363+
"github":"https://github.com/ARMmbed/mbed-os-example-sd-driver",
364+
"mbed": [],
365+
"test-repo-source": "github",
366+
"features" : [],
367+
"targets" : ["K64F"],
368+
"toolchains" : [],
369+
"exporters": [],
370+
"compile" : true,
371+
"export": true,
372+
"auto-update" : true
373+
}
361374
]
362375
}

0 commit comments

Comments
 (0)