cpu/esp32: mtd has to be in IRAM to work correctly
This commit is contained in:
parent
5f9e3b1a4b
commit
4fe35efe2b
@ -107,6 +107,7 @@ SECTIONS
|
|||||||
/* part of RIOT ports that should run in IRAM */
|
/* part of RIOT ports that should run in IRAM */
|
||||||
*cpu.a:*(.literal .text .literal.* .text.*)
|
*cpu.a:*(.literal .text .literal.* .text.*)
|
||||||
*periph.a:*(.literal .text .literal.* .text.*)
|
*periph.a:*(.literal .text .literal.* .text.*)
|
||||||
|
*mtd.a:**(.literal .text .literal.* .text.*)
|
||||||
|
|
||||||
INCLUDE esp32.spiram.rom-functions-iram.ld
|
INCLUDE esp32.spiram.rom-functions-iram.ld
|
||||||
_iram_text_end = ABSOLUTE(.);
|
_iram_text_end = ABSOLUTE(.);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user