mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-07 15:50:09 +03:00
11 lines
224 B
Plaintext
11 lines
224 B
Plaintext
[mapping:esp_mm]
|
|
archive: libesp_mm.a
|
|
entries:
|
|
|
|
if APP_BUILD_TYPE_PURE_RAM_APP = n:
|
|
esp_cache_msync (noflash)
|
|
esp_cache_utils (noflash)
|
|
|
|
if IDF_TARGET_ESP32 = y:
|
|
cache_esp32 (noflash)
|