mbedtls/yotta/data/module.json
Bogdan Marinescu 63666ef1b7 Fix yotta dependencies
Recent changes in various repositories broke the build of the yotta
module again :( This change fixes the build. Build tested with
frdm-k64f-gcc. I didn't update the yotta version number because I
don't know what is your policy with regards to version changes.
2015-10-09 17:07:00 +03:00

19 lines
426 B
JSON

{
"name": "mbedtls",
"version": "2.1.3",
"description": "The mbed TLS crypto/SSL/TLS library",
"licenses": [
{
"url": "https://spdx.org/licenses/Apache-2.0",
"type": "Apache-2.0"
}
],
"dependencies": {},
"targetDependencies": {
"mbed": { "cmsis-core": "~0.4.0" }
},
"testTargetDependencies": {
"mbed": { "sockets": "~0.6.0" }
}
}