From: Ivan Grokhotkov Date: Wed, 19 Oct 2016 09:19:02 +0000 (+0800) Subject: freertos: move panic handler data to DRAM X-Git-Tag: v1.0~98^2~8 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=999e6d4e8f9035f8de54410a8e037ec7ada3e917;p=esp-idf freertos: move panic handler data to DRAM Fixes https://ezredmine.espressif.com/issues/7817 --- diff --git a/components/esp32/ld/esp32.common.ld b/components/esp32/ld/esp32.common.ld index a3c6367840..2226e98825 100644 --- a/components/esp32/ld/esp32.common.ld +++ b/components/esp32/ld/esp32.common.ld @@ -92,6 +92,7 @@ SECTIONS KEEP(*(.gnu.linkonce.s2.*)) KEEP(*(.jcr)) *(.dram1 .dram1.*) + *libfreertos.a:panic.o(.rodata .rodata.*) _data_end = ABSOLUTE(.); . = ALIGN(4); _heap_start = ABSOLUTE(.);