Add module.json for yotta

This commit is contained in:
Manuel Pégourié-Gonnard
2015-04-22 18:17:03 +01:00
parent 7c257cab05
commit fc2b075db6
2 changed files with 21 additions and 0 deletions

16
module.json Normal file
View File

@@ -0,0 +1,16 @@
{
"name": "mbedtls",
"version": "1.5.0-alpha1",
"licenses":[{
"type": "GPL-2.0",
"url": "https://spdx.org/licenses/GPL-2.0"
}],
"extraIncludes": ["include"],
"dependencies":{
},
"targetDependencies": {
"arm": {
"mbed": "ARMmbed/mbed-sdk"
}
}
}