Trace/library.json

23 lines
438 B
JSON
Raw Normal View History

2018-04-22 15:53:28 +02:00
{
"name":"Trace",
"description":"Multi-target trace debug module",
2018-04-22 15:53:28 +02:00
"keywords":"debug,trace",
"authors":
{
"name": "Pavel Brychta",
"maintainer": true
},
"repository":
{
"type": "git",
"url": "https://git.xpablo.cz/pablo2048/Trace.git"
2018-04-22 15:53:28 +02:00
},
"version": "1.0.0",
2018-04-22 15:53:28 +02:00
"license": "MIT",
"frameworks": "arduino",
2018-07-21 14:54:12 +02:00
"platforms": ["espressif8266","espressif32"],
2018-04-22 15:53:28 +02:00
"build": {
"libCompatMode": "strict"
2018-04-22 15:53:28 +02:00
}
}