mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 11:17:20 +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