File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change
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
+
22
+ "maintainer" : true
23
+ }
24
+ ],
25
+ "frameworks" : " arduino" ,
26
+ "platforms" : " espressif8266" ,
27
+ "build" : {
28
+ "libArchive" : false
29
+ }
30
+ }
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ SECTIONS
96
96
*.pioenvs\\*\\lib*.a :(EXCLUDE_FILE (umm_malloc.o ) .literal*, EXCLUDE_FILE (umm_malloc.o ) .text*)
97
97
*.pioenvs/*/lib*.a :(EXCLUDE_FILE (umm_malloc.o ) .literal*, EXCLUDE_FILE (umm_malloc.o ) .text*)
98
98
/* project dependencies */
99
- *.pioenvs\\*\\lib*\\ lib*.a :(.literal*, .text*)
99
+ *.pioenvs\\*\\lib*\lib*.a :(.literal*, .text*)
100
100
*.pioenvs/*/lib*/lib*.a :(.literal*, .text*)
101
101
/* project source objects */
102
102
*.pioenvs\\*\\src\\*.o (.literal*, .text*)
You can’t perform that action at this time.
0 commit comments