mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
ldgen: update component linker fragment files
This commit is contained in:
parent
7900178b7c
commit
90ee405afd
@ -1,4 +1,4 @@
|
||||
[mapping]
|
||||
[mapping:app_trace]
|
||||
archive: libapp_trace.a
|
||||
entries:
|
||||
app_trace (noflash)
|
||||
@ -8,10 +8,11 @@ entries:
|
||||
SEGGER_SYSVIEW_Config_FreeRTOS (noflash)
|
||||
SEGGER_SYSVIEW_FreeRTOS (noflash)
|
||||
|
||||
[mapping]
|
||||
[mapping:driver]
|
||||
archive: libdriver.a
|
||||
entries:
|
||||
: SYSVIEW_TS_SOURCE_TIMER_00 = y || SYSVIEW_TS_SOURCE_TIMER_01 = y
|
||||
|| SYSVIEW_TS_SOURCE_TIMER_10 = y || SYSVIEW_TS_SOURCE_TIMER_11 = y
|
||||
if SYSVIEW_TS_SOURCE_TIMER_00 = y || SYSVIEW_TS_SOURCE_TIMER_01 = y
|
||||
|| SYSVIEW_TS_SOURCE_TIMER_10 = y || SYSVIEW_TS_SOURCE_TIMER_11 = y:
|
||||
timer (noflash)
|
||||
|
||||
else:
|
||||
* (default)
|
||||
|
@ -1,14 +1,14 @@
|
||||
[mapping]
|
||||
[mapping:esp32]
|
||||
archive: libesp32.a
|
||||
entries:
|
||||
panic (noflash)
|
||||
|
||||
[mapping]
|
||||
[mapping:gcc]
|
||||
archive: libgcc.a
|
||||
entries:
|
||||
lib2funcs (noflash_text)
|
||||
|
||||
[mapping]
|
||||
[mapping:gcov]
|
||||
archive: libgcov.a
|
||||
entries:
|
||||
* (noflash)
|
||||
|
@ -1,4 +1,4 @@
|
||||
[mapping]
|
||||
[mapping:esp_ringbuf]
|
||||
archive: libesp_ringbuf.a
|
||||
entries:
|
||||
* (noflash_text)
|
@ -1,22 +1,21 @@
|
||||
[mapping]
|
||||
[mapping:phy]
|
||||
archive: libphy.a
|
||||
entries:
|
||||
* (noflash_data)
|
||||
|
||||
[mapping]
|
||||
[mapping:rtc]
|
||||
archive: librtc.a
|
||||
entries:
|
||||
* (noflash_text)
|
||||
|
||||
[mapping]
|
||||
[mapping:pp]
|
||||
archive: libpp.a
|
||||
entries:
|
||||
: ESP32_WIFI_IRAM_OPT = y
|
||||
if ESP32_WIFI_IRAM_OPT = y:
|
||||
* (wifi_iram)
|
||||
|
||||
[mapping]
|
||||
[mapping:net80211]
|
||||
archive: libnet80211.a
|
||||
entries:
|
||||
: ESP32_WIFI_IRAM_OPT = y
|
||||
if ESP32_WIFI_IRAM_OPT = y:
|
||||
* (wifi_iram)
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
[mapping]
|
||||
[mapping:espcoredump]
|
||||
archive: libespcoredump.a
|
||||
entries:
|
||||
core_dump_uart (noflash_text)
|
||||
|
@ -1,4 +1,4 @@
|
||||
[mapping]
|
||||
[mapping:freertos]
|
||||
archive: libfreertos.a
|
||||
entries:
|
||||
* (noflash_text)
|
||||
|
@ -1,4 +1,4 @@
|
||||
[mapping]
|
||||
[mapping:heap]
|
||||
archive: libheap.a
|
||||
entries:
|
||||
multi_heap (noflash)
|
||||
|
@ -1,7 +1,7 @@
|
||||
[mapping]
|
||||
[mapping:lwip]
|
||||
archive: liblwip.a
|
||||
entries:
|
||||
:LWIP_IRAM_OPTIMIZATION = y
|
||||
if LWIP_IRAM_OPTIMIZATION = y:
|
||||
ethernetif:ethernet_low_level_output (noflash_text)
|
||||
ethernetif:ethernetif_input (noflash_text)
|
||||
wlanif:low_level_output (noflash_text)
|
||||
@ -55,3 +55,5 @@ entries:
|
||||
pbuf:pbuf_header_impl (noflash_text)
|
||||
pbuf:pbuf_header (noflash_text)
|
||||
ethernet:ethernet_input (noflash_text)
|
||||
else:
|
||||
* (default)
|
||||
|
@ -8,10 +8,10 @@
|
||||
# Note: We currently never link libg-psram-workaround.a, so no rules
|
||||
# are generated for this library
|
||||
|
||||
[mapping]
|
||||
[mapping:libc_psram_workaround]
|
||||
archive: libc-psram-workaround.a
|
||||
entries:
|
||||
: SPIRAM_CACHE_WORKAROUND = y
|
||||
if SPIRAM_CACHE_WORKAROUND = y:
|
||||
lib_a-utoa (noflash)
|
||||
lib_a-longjmp (noflash)
|
||||
lib_a-setjmp (noflash)
|
||||
@ -141,4 +141,6 @@ entries:
|
||||
lib_a-strdup_r (noflash)
|
||||
lib_a-system (noflash)
|
||||
lib_a-strndup_r (noflash)
|
||||
else:
|
||||
* (default)
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
[mapping]
|
||||
[mapping:soc]
|
||||
archive: libsoc.a
|
||||
entries:
|
||||
cpu_util (noflash_text)
|
||||
|
@ -1,4 +1,4 @@
|
||||
[mapping]
|
||||
[mapping:spi_flash]
|
||||
archive: libspi_flash.a
|
||||
entries:
|
||||
spi_flash_rom_patch (noflash_text)
|
||||
|
@ -1,4 +1,4 @@
|
||||
[mapping]
|
||||
[mapping:vfs]
|
||||
archive: libvfs.a
|
||||
entries:
|
||||
vfs:esp_vfs_open (noflash)
|
||||
|
@ -1,9 +1,9 @@
|
||||
[mapping]
|
||||
[mapping:xtensa]
|
||||
archive: libxtensa.a
|
||||
entries:
|
||||
eri (noflash_text)
|
||||
|
||||
[mapping]
|
||||
[mapping:hal]
|
||||
archive: libhal.a
|
||||
entries:
|
||||
* (noflash_text)
|
||||
|
@ -1,62 +1,62 @@
|
||||
|
||||
[mapping]
|
||||
[mapping:heap]
|
||||
archive: libheap.a
|
||||
entries:
|
||||
multi_heap (noflash)
|
||||
multi_heap_poisoning (noflash)
|
||||
|
||||
[mapping]
|
||||
[mapping:soc]
|
||||
archive: libsoc.a
|
||||
entries:
|
||||
* (noflash)
|
||||
|
||||
[mapping]
|
||||
[mapping:freertos]
|
||||
archive: libfreertos.a
|
||||
entries:
|
||||
* (noflash)
|
||||
|
||||
[mapping]
|
||||
[mapping:esp32]
|
||||
archive: libesp32.a
|
||||
entries:
|
||||
core_dump (noflash)
|
||||
panic (noflash)
|
||||
|
||||
[mapping]
|
||||
[mapping:app_trace]
|
||||
archive: libapp_trace.a
|
||||
entries:
|
||||
* (noflash)
|
||||
|
||||
[mapping]
|
||||
[mapping:xtensa_debug_module]
|
||||
archive: libxtensa-debug-module.a
|
||||
entries:
|
||||
eri (noflash)
|
||||
|
||||
[mapping]
|
||||
[mapping:phy]
|
||||
archive: libphy.a
|
||||
entries:
|
||||
* (noflash_data)
|
||||
|
||||
[mapping]
|
||||
[mapping:rtc]
|
||||
archive: librtc.a
|
||||
entries:
|
||||
* (noflash)
|
||||
|
||||
[mapping]
|
||||
[mapping:hal]
|
||||
archive: libhal.a
|
||||
entries:
|
||||
* (noflash)
|
||||
|
||||
[mapping]
|
||||
[mapping:gcc]
|
||||
archive: libgcc.a
|
||||
entries:
|
||||
lib2funcs (noflash)
|
||||
|
||||
[mapping]
|
||||
[mapping:spi_flash]
|
||||
archive: libspi_flash.a
|
||||
entries:
|
||||
spi_flash_rom_patch (noflash)
|
||||
|
||||
[mapping]
|
||||
[mapping:gcov]
|
||||
archive: libgcov.a
|
||||
entries:
|
||||
* (noflash)
|
Loading…
x
Reference in New Issue
Block a user