Merge pull request #7003 from adbridge/master

Add devicekey example to examples list
pull/7020/head
Martin Kojtal 2018-05-25 14:01:26 +02:00 committed by GitHub
commit 54ac90fb5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 13 additions and 0 deletions

View File

@ -253,6 +253,19 @@
"compile" : true,
"export": true,
"auto-update" : true
},
{
"name": "mbed-os-example-devicekey",
"github":"https://github.com/ARMmbed/mbed-os-example-devicekey",
"mbed": [],
"test-repo-source": "github",
"features" : [],
"targets" : ["K64F"],
"toolchains" : [],
"exporters": [],
"compile" : true,
"export": true,
"auto-update" : true
}
]
}