mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-01-03 13:15:42 +01:00
Add material for generating yotta module
This commit is contained in:
parent
e14dec68ea
commit
63e7ebaaa1
19 changed files with 2730 additions and 0 deletions
13
yotta/data/module.json
Normal file
13
yotta/data/module.json
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"name": "mbedtls",
|
||||
"version": "2.0.1",
|
||||
"private": true,
|
||||
"license": "GPL-2.0",
|
||||
"dependencies": {},
|
||||
"targetDependencies": {
|
||||
"mbed": { "cmsis-core": "~0.2.1" }
|
||||
},
|
||||
"testTargetDependencies": {
|
||||
"mbed": { "mbed-net-sockets": "~0.1.3" }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue