Add sd-driver example

pull/9646/head
Amir Cohen 2019-01-24 13:34:35 +02:00 committed by adbridge
parent 8d4b54db12
commit dd43030751
1 changed files with 16 additions and 3 deletions

View File

@ -1,4 +1,4 @@
{ {
"examples": [ "examples": [
{ {
"name": "mbed-os-example-blinky", "name": "mbed-os-example-blinky",
@ -161,7 +161,7 @@
"compile" : true, "compile" : true,
"export": true, "export": true,
"auto-update" : true "auto-update" : true
}, },
{ {
"name": "mbed-os-example-thread-statistics", "name": "mbed-os-example-thread-statistics",
"github":"https://github.com/ARMmbed/mbed-os-example-thread-statistics", "github":"https://github.com/ARMmbed/mbed-os-example-thread-statistics",
@ -354,6 +354,19 @@
"compile" : true, "compile" : true,
"export": true, "export": true,
"auto-update" : true "auto-update" : true
} },
{
"name": "mbed-os-example-sd-driver",
"github":"https://github.com/ARMmbed/mbed-os-example-sd-driver",
"mbed": [],
"test-repo-source": "github",
"features" : [],
"targets" : ["K64F"],
"toolchains" : [],
"exporters": [],
"compile" : true,
"export": true,
"auto-update" : true
}
] ]
} }