Skip to content

Commit a6cca4f

Browse files
ivankravetsd-a-v
authored andcommitted
Manifest for @platformio
Custom manifest for @platformio which instructs PIO Build System to do not archive library's object files. See - esp8266#3321 (comment) - http://docs.platformio.org/en/latest/librarymanager/config.html#libarchive
1 parent bbd6f75 commit a6cca4f

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

libraries/GDBStub/library.json

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "GDBStub",
3+
"version": "0.2",
4+
"keywords": "gdb, debug",
5+
"description": "GDB server stub helps debug crashes when JTAG isn't an option.",
6+
"repository":
7+
{
8+
"type": "git",
9+
"url": "https://github.com/esp8266/Arduino.git"
10+
},
11+
"export": {
12+
"include": "libraries/GDBStub"
13+
},
14+
"authors":
15+
[
16+
{
17+
"name": "Jeroen Domburg"
18+
},
19+
{
20+
"name": "Ivan Grokhotkov",
21+
"email": "ivan@esp8266.com",
22+
"maintainer": true
23+
}
24+
],
25+
"frameworks": "arduino",
26+
"platforms": "espressif8266",
27+
"build": {
28+
"libArchive": false
29+
}
30+
}

0 commit comments

Comments
 (0)