Skip to content

Commit

Permalink
Manifest for @platformio
Browse files Browse the repository at this point in the history
Custom manifest for @platformio which instructs PIO Build System to do not archive library's object files. See 

- #3321 (comment)
- http://docs.platformio.org/en/latest/librarymanager/config.html#libarchive
  • Loading branch information
ivankravets authored and igrr committed Aug 7, 2017
1 parent d425438 commit 1557b1e
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions libraries/GDBStub/library.json
Original file line number Diff line number Diff line change
@@ -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": "[email protected]",
"maintainer": true
}
],
"frameworks": "arduino",
"platforms": "espressif8266",
"build": {
"libArchive": false
}
}

0 comments on commit 1557b1e

Please sign in to comment.