1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

cpu/esp32: place newlib syscalls in IRAM

This commit is contained in:
Gunar Schorcht 2020-03-01 10:01:34 +01:00
parent 33fd259115
commit 0d451969c3

View File

@ -103,8 +103,10 @@ SECTIONS
*core.a:*(.literal .text .literal.* .text.*)
*littlefs.a:*(.literal .text .literal.* .text.*)
*littlefs2.a:*(.literal .text .literal.* .text.*)
*newlib_syscalls_default.a:*(.literal .text .literal.* .text.*)
*spiffs_fs.a:*(.literal .text .literal.* .text.*)
*spiffs.a:*(.literal .text .literal.* .text.*)
*syscalls.o(.literal .text .literal.* .text.*)
*vfs.a:*(.literal .text .literal.* .text.*)
/* part of the RIOT port that should run in IRAM */