freertos: move panic handler data to DRAM

Fixes https://ezredmine.espressif.com/issues/7817
This commit is contained in:
Ivan Grokhotkov
2016-10-19 17:19:02 +08:00
parent 42068c3b36
commit 999e6d4e8f

View 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(.);