MCUXpresso_MIMXRT1052xxxxB/boards/evkbimxrt1050/wifi_examples/wifi_setup/linkscripts/data.ldt
Yilin Sun 75f32185d2
Updated to v2.14.0
Signed-off-by: Yilin Sun <imi415@imi.moe>
2023-11-30 20:55:00 +08:00

30 lines
779 B
Plaintext

*(.data.$${memory.alias})
*(.data.$${memory.name})
*(.data.$${memory.alias}.*)
*(.data.$${memory.name}.*)
<#if memory.name=="SRAM_ITC">
*queue.o(.text*)
*tcp_out.o(.text*)
*mlan_11n_rxreorder.o(.text*)
*lib_a-memcpy-stub.o(.text*)
*tcp_in.o(.text*)
*inet_chksum.o(.text*)
*timers.o(.text*)
*fsl_usdhc.o(.text*)
*port.o(.text*)
*wifi-sdio.o(.text*)
*startup_mimxrt1052.o(.text*)
*fsl_sdio.o(.text*)
*pbuf.o(.text*)
*tasks.o(.text*)
*lib_a-memset.o(.text*)
*fsl_cache.o(.text*)
*wifi.o(.text*)
</#if>
<#if memory.name=="SRAM_DTC">
*(.data*)
*(.wlan_data*)
</#if>