]> granicus.if.org Git - esp-idf/commitdiff
freertos: move panic handler data to DRAM
authorIvan Grokhotkov <ivan@espressif.com>
Wed, 19 Oct 2016 09:19:02 +0000 (17:19 +0800)
committerIvan Grokhotkov <ivan@espressif.com>
Thu, 27 Oct 2016 09:57:29 +0000 (17:57 +0800)
Fixes https://ezredmine.espressif.com/issues/7817

components/esp32/ld/esp32.common.ld

index a3c6367840e84b40da1b2446704575f720272c3e..2226e9882542442bf29664a4523c84019dba0397 100644 (file)
@@ -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(.);