mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-04-02 10:36:07 +02:00
Add module.json for yotta
This commit is contained in:
5
.gitignore
vendored
5
.gitignore
vendored
@@ -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
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