mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
10 lines
224 B
Plaintext
10 lines
224 B
Plaintext
[mapping:hal]
|
|
archive: libhal.a
|
|
entries:
|
|
if APP_BUILD_TYPE_PURE_RAM_APP = n:
|
|
mmu_hal (noflash)
|
|
if IDF_TARGET_ESP32 = y:
|
|
cache_hal_esp32 (noflash)
|
|
else:
|
|
cache_hal (noflash)
|