mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
refactor(hal): extract cache && mmu HAL into esp_hal_cache
This commit is contained in:
9
components/esp_hal_cache/linker.lf
Normal file
9
components/esp_hal_cache/linker.lf
Normal file
@@ -0,0 +1,9 @@
|
||||
[mapping:esp_hal_cache]
|
||||
archive: libesp_hal_cache.a
|
||||
entries:
|
||||
if APP_BUILD_TYPE_PURE_RAM_APP = n:
|
||||
if IDF_TARGET_ESP32 = y:
|
||||
cache_hal_esp32 (noflash)
|
||||
else:
|
||||
cache_hal (noflash)
|
||||
mmu_hal (noflash)
|
||||
Reference in New Issue
Block a user