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

5
.gitignore vendored
View file

@ -7,6 +7,11 @@ Coverage
*.gcno
*.gcda
/yotta_modules
/yotta_targets
/build
/.yotta.json
# generated by scripts/memory.sh
massif-*

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"
}
}
}