linker: esp32: moved windowspill to IRAM
xthal_window_spill call has to be placed into IRAM in order to allow flash cache disabled operation, otherwise it will crash. Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
This commit is contained in:
parent
56d4e835b9
commit
df5b22b264
|
@ -385,6 +385,7 @@ __shell_root_cmds_end = __esp_shell_root_cmds_end;
|
|||
*libsoc.a:cpu_util.*(.literal .text .literal.* .text.*)
|
||||
*libgcc.a:lib2funcs.*(.literal .text .literal.* .text.*)
|
||||
*libdrivers__flash.a:flash_esp32.*(.literal .text .literal.* .text.*)
|
||||
*libzephyr.a:windowspill_asm.*(.literal .text .literal.* .text.*)
|
||||
*libzephyr.a:log_noos.*(.literal .text .literal.* .text.*)
|
||||
*libzephyr.a:xtensa_sys_timer.*(.literal .text .literal.* .text.*)
|
||||
*libzephyr.a:log_core.*(.literal .text .literal.* .text.*)
|
||||
|
|
Loading…
Reference in a new issue