Skip to content

Commit 11c83e1

Browse files
authored
Merge pull request #4363 from ivankravets/master
Remove @platformio library.json from GDBStub; fix pattern in LD
2 parents 291bc6b + eb58a31 commit 11c83e1

File tree

2 files changed

+1
-31
lines changed

2 files changed

+1
-31
lines changed

libraries/GDBStub/library.json

-30
This file was deleted.

tools/sdk/ld/eagle.app.v6.common.ld

+1-1
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ SECTIONS
9696
*.pioenvs\\*\\lib*.a:(EXCLUDE_FILE (umm_malloc.o) .literal*, EXCLUDE_FILE (umm_malloc.o) .text*)
9797
*.pioenvs/*/lib*.a:(EXCLUDE_FILE (umm_malloc.o) .literal*, EXCLUDE_FILE (umm_malloc.o) .text*)
9898
/* project dependencies */
99-
*.pioenvs\\*\\lib*\lib*.a:(.literal*, .text*)
99+
*.pioenvs\\*\\lib*\\lib*.a:(.literal*, .text*)
100100
*.pioenvs/*/lib*/lib*.a:(.literal*, .text*)
101101
/* project source objects */
102102
*.pioenvs\\*\\src\\*.o(.literal*, .text*)

0 commit comments

Comments
 (0)