cpu/esp32: mtd has to be in IRAM to work correctly

This commit is contained in:
Gunar Schorcht 2019-11-25 07:24:17 +01:00
parent 5f9e3b1a4b
commit 4fe35efe2b

View File

@ -107,6 +107,7 @@ SECTIONS
/* part of RIOT ports that should run in IRAM */
*cpu.a:*(.literal .text .literal.* .text.*)
*periph.a:*(.literal .text .literal.* .text.*)
*mtd.a:**(.literal .text .literal.* .text.*)
INCLUDE esp32.spiram.rom-functions-iram.ld
_iram_text_end = ABSOLUTE(.);