mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-08-09 05:31:08 +00:00
Add module.json for yotta
This commit is contained in:
parent
7c257cab05
commit
fc2b075db6
5
.gitignore
vendored
5
.gitignore
vendored
|
@ -7,6 +7,11 @@ Coverage
|
||||||
*.gcno
|
*.gcno
|
||||||
*.gcda
|
*.gcda
|
||||||
|
|
||||||
|
/yotta_modules
|
||||||
|
/yotta_targets
|
||||||
|
/build
|
||||||
|
/.yotta.json
|
||||||
|
|
||||||
# generated by scripts/memory.sh
|
# generated by scripts/memory.sh
|
||||||
massif-*
|
massif-*
|
||||||
|
|
||||||
|
|
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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in a new issue