mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
Merge pull request #4363 from ivankravets/master
Remove @PlatformIO library.json from GDBStub; fix pattern in LD
This commit is contained in:
commit
11c83e1687
@ -1,30 +0,0 @@
|
|||||||
{
|
|
||||||
"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
|
|
||||||
}
|
|
||||||
}
|
|
@ -96,7 +96,7 @@ SECTIONS
|
|||||||
*.pioenvs\\*\\lib*.a:(EXCLUDE_FILE (umm_malloc.o) .literal*, EXCLUDE_FILE (umm_malloc.o) .text*)
|
*.pioenvs\\*\\lib*.a:(EXCLUDE_FILE (umm_malloc.o) .literal*, EXCLUDE_FILE (umm_malloc.o) .text*)
|
||||||
*.pioenvs/*/lib*.a:(EXCLUDE_FILE (umm_malloc.o) .literal*, EXCLUDE_FILE (umm_malloc.o) .text*)
|
*.pioenvs/*/lib*.a:(EXCLUDE_FILE (umm_malloc.o) .literal*, EXCLUDE_FILE (umm_malloc.o) .text*)
|
||||||
/* project dependencies */
|
/* project dependencies */
|
||||||
*.pioenvs\\*\\lib*\lib*.a:(.literal*, .text*)
|
*.pioenvs\\*\\lib*\\lib*.a:(.literal*, .text*)
|
||||||
*.pioenvs/*/lib*/lib*.a:(.literal*, .text*)
|
*.pioenvs/*/lib*/lib*.a:(.literal*, .text*)
|
||||||
/* project source objects */
|
/* project source objects */
|
||||||
*.pioenvs\\*\\src\\*.o(.literal*, .text*)
|
*.pioenvs\\*\\src\\*.o(.literal*, .text*)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user