refactor(hal): extract cache && mmu HAL into esp_hal_cache

This commit is contained in:
morris
2026-09-15 17:54:14 +08:00
parent e492079576
commit 193fca5b95
111 changed files with 226 additions and 285 deletions

View 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)