mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #8898 from cmonr/add-crypto-example
Add crypto example to examples.jsonpull/9042/head
commit
f9d07f373f
|
@ -291,6 +291,19 @@
|
||||||
"export": true,
|
"export": true,
|
||||||
"auto-update" : true
|
"auto-update" : true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"name": "mbed-os-example-mbed-crypto",
|
||||||
|
"github":"https://github.com/ARMmbed/mbed-os-example-mbed-crypto",
|
||||||
|
"mbed": [],
|
||||||
|
"test-repo-source": "github",
|
||||||
|
"features" : [],
|
||||||
|
"targets" : ["K64F"],
|
||||||
|
"toolchains" : [],
|
||||||
|
"exporters": [],
|
||||||
|
"compile" : true,
|
||||||
|
"export": true,
|
||||||
|
"auto-update" : true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"name": "mbed-os-example-nfc",
|
"name": "mbed-os-example-nfc",
|
||||||
"github": "https://github.com/ARMmbed/mbed-os-example-nfc",
|
"github": "https://github.com/ARMmbed/mbed-os-example-nfc",
|
||||||
|
|
Loading…
Reference in New Issue