esp-idf/components/esp_mm/linker.lf

17 lines
481 B
Plaintext
Raw Normal View History

2023-02-14 23:29:34 -05:00
[mapping:esp_mm]
archive: libesp_mm.a
entries:
2023-02-14 23:30:48 -05:00
if APP_BUILD_TYPE_PURE_RAM_APP = n:
esp_cache (noflash)
2023-02-14 23:29:34 -05:00
2023-02-14 23:30:48 -05:00
if IDF_TARGET_ESP32 = y:
cache_esp32 (noflash)
if SPIRAM_FLASH_LOAD_TO_PSRAM = y:
esp_mmu_map: s_get_bus_mask (noflash)
esp_mmu_map: s_reserve_irom_region (noflash)
esp_mmu_map: s_reserve_drom_region (noflash)
esp_mmu_map: esp_mmu_map_init (noflash)
ext_mem_layout (noflash)