Files
mbedtls/module.json
Manuel Pégourié-Gonnard 524d507363 Disable timing.c
Move hardclock implementation to entropy_pool.c to use that as a
(pseudo) entropy source for now
2015-05-22 12:48:11 +02:00

14 lines
273 B
JSON

{
"name": "mbedtls",
"version": "2.0.0-beta9a",
"private": true,
"license": "mbed partner license",
"extraIncludes": ["include"],
"dependencies": {},
"targetDependencies": {
"arm": {
"mbed": "~3.0.0-alpha2"
}
}
}