mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-26 07:02:15 +03:00
Manifest for @PlatformIO
Custom manifest for @PlatformIO which instructs PIO Build System to do not archive library's object files. See - https://github.com/esp8266/Arduino/pull/3321#issuecomment-319386749 - http://docs.platformio.org/en/latest/librarymanager/config.html#libarchive
This commit is contained in:
committed by
Ivan Grokhotkov
parent
d425438839
commit
1557b1e9ed
30
libraries/GDBStub/library.json
Normal file
30
libraries/GDBStub/library.json
Normal 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
|
||||||
|
}
|
||||||
|
}
|
Reference in New Issue
Block a user