mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #8897 from cmonr/add-tls-socket-example
Add TLS Sockets example to examples.jsonpull/8902/head
commit
d45917e4cd
|
@ -70,6 +70,21 @@
|
|||
"export": true,
|
||||
"auto-update" : true
|
||||
},
|
||||
{
|
||||
"name": "mbed-os-example-tls-socket",
|
||||
"github":"https://github.com/ARMmbed/mbed-os-example-tls-socket",
|
||||
"mbed": [
|
||||
],
|
||||
"test-repo-source": "github",
|
||||
"features" : [],
|
||||
"targets" : ["Freescale_EMAC", "NUVOTON_EMAC", "NXP_EMAC", "RZ_A1_EMAC",
|
||||
"STM_EMAC"],
|
||||
"toolchains" : [],
|
||||
"exporters": [],
|
||||
"compile" : true,
|
||||
"export": true,
|
||||
"auto-update" : true
|
||||
},
|
||||
{
|
||||
"name": "mbed-os-example-wifi",
|
||||
"github":"https://github.com/ARMmbed/mbed-os-example-wifi",
|
||||
|
|
Loading…
Reference in New Issue