mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-21 19:25:38 +02:00
Add module.json for yotta
This commit is contained in:
16
module.json
Normal file
16
module.json
Normal 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"
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user