mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2026-02-19 00:39:46 +00:00
Add material for generating yotta module
This commit is contained in:
committed by
Manuel Pégourié-Gonnard
parent
e14dec68ea
commit
63e7ebaaa1
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" }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user