mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
Merge pull request #4079 from esp8266/ivankravets-patch-piocore35
Add support for @PlatformIO Core 3.5.0
This commit is contained in:
commit
82e5186786
@ -157,18 +157,17 @@ SECTIONS
|
||||
*.c.o( EXCLUDE_FILE (umm_malloc.c.o) .literal*, \
|
||||
EXCLUDE_FILE (umm_malloc.c.o) .text*)
|
||||
*.cpp.o(.literal*, .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*)
|
||||
*.pioenvs/*/lib/*.a:(EXCLUDE_FILE (umm_malloc.o) .literal*, \
|
||||
EXCLUDE_FILE (umm_malloc.o) .text*)
|
||||
*.pioenvs\\*\\src\\*.o(EXCLUDE_FILE (umm_malloc.o) .literal*, \
|
||||
EXCLUDE_FILE (umm_malloc.o) .text*)
|
||||
*.pioenvs/*/src/*.o(EXCLUDE_FILE (umm_malloc.o) .literal*, \
|
||||
EXCLUDE_FILE (umm_malloc.o) .text*)
|
||||
/* PlatformIO */
|
||||
/* framework */
|
||||
*.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 */
|
||||
*.pioenvs\\*\\lib*\lib*.a:(.literal*, .text*)
|
||||
*.pioenvs/*/lib*/lib*.a:(.literal*, .text*)
|
||||
/* project source objects */
|
||||
*.pioenvs\\*\\src\\*.o(.literal*, .text*)
|
||||
*.pioenvs/*/src/*.o(.literal*, .text*)
|
||||
/* End PlatformIO */
|
||||
*libc.a:(.literal .text .literal.* .text.*)
|
||||
*libm.a:(.literal .text .literal.* .text.*)
|
||||
*libgcc.a:_umoddi3.o(.literal .text)
|
||||
@ -232,12 +231,17 @@ SECTIONS
|
||||
*(.literal .text .literal.* .text.* .stub .gnu.warning .gnu.linkonce.literal.* .gnu.linkonce.t.*.literal .gnu.linkonce.t.*)
|
||||
*.cpp.o(.iram.text)
|
||||
*.c.o(.iram.text)
|
||||
/* PlatformIO */
|
||||
/* framework */
|
||||
*.pioenvs\\*\\lib*.a:(.iram.text)
|
||||
*.pioenvs/*/lib*.a:(.iram.text)
|
||||
*.pioenvs\\*\\lib\\*.a:(.iram.text)
|
||||
*.pioenvs/*/lib/*.a:(.iram.text)
|
||||
/* project dependencies */
|
||||
*.pioenvs\\*\\lib*\\lib*.a:(.iram.text)
|
||||
*.pioenvs/*/lib*/lib*.a:(.iram.text)
|
||||
/* project source objects */
|
||||
*.pioenvs\\*\\src\\*.o(.iram.text)
|
||||
*.pioenvs/*/src/*.o(.iram.text)
|
||||
/* End PlatformIO */
|
||||
*(.fini.literal)
|
||||
*(.fini)
|
||||
*(.gnu.version)
|
||||
|
Loading…
x
Reference in New Issue
Block a user