1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-07 16:23:38 +03:00

Revert "Remove @PlatformIO library.json from GDBStub; fix pattern in LD"

Reverts esp8266/Arduino#4363
This commit is contained in:
Ivan Kravets 2018-02-19 23:28:14 +02:00 committed by GitHub
parent f3f00ed64e
commit dcb67599b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -0,0 +1,30 @@
{
"name": "GDBStub",
"version": "0.2",
"keywords": "gdb, debug",
"description": "GDB server stub helps debug crashes when JTAG isn't an option.",
"repository":
{
"type": "git",
"url": "https://github.com/esp8266/Arduino.git"
},
"export": {
"include": "libraries/GDBStub"
},
"authors":
[
{
"name": "Jeroen Domburg"
},
{
"name": "Ivan Grokhotkov",
"email": "ivan@esp8266.com",
"maintainer": true
}
],
"frameworks": "arduino",
"platforms": "espressif8266",
"build": {
"libArchive": false
}
}