Merge pull request #8897 from cmonr/add-tls-socket-example

Add TLS Sockets example to examples.json
pull/8902/head
Martin Kojtal 2018-11-29 10:03:24 +01:00 committed by GitHub
commit d45917e4cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 15 additions and 0 deletions

View File

@ -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",