mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 11:44:31 +02:00
move rodata segment of libphy.a to dram
1. rodata segment of libphy.a(about 1200B) can be accessed by ISRs, so put it into DRAM
This commit is contained in:
@@ -115,6 +115,7 @@ SECTIONS
|
|||||||
*(.jcr)
|
*(.jcr)
|
||||||
*(.dram1 .dram1.*)
|
*(.dram1 .dram1.*)
|
||||||
*libesp32.a:panic.o(.rodata .rodata.*)
|
*libesp32.a:panic.o(.rodata .rodata.*)
|
||||||
|
*libphy.a:(.rodata .rodata.*)
|
||||||
*libsoc.a:rtc_clk.o(.rodata .rodata.*)
|
*libsoc.a:rtc_clk.o(.rodata .rodata.*)
|
||||||
*libapp_trace.a:(.rodata .rodata.*)
|
*libapp_trace.a:(.rodata .rodata.*)
|
||||||
*libgcov.a:(.rodata .rodata.*)
|
*libgcov.a:(.rodata .rodata.*)
|
||||||
|
Reference in New Issue
Block a user