esp-idf/components/esp_mm
Armando da8afe7c78 feat(cache): added direction selection to esp_cache_msync API
ESP_CACHE_MSYNC_FLAG_DIR_C2M: From cache to memory
ESP_CACHE_MSYNC_FLAG_DIR_M2C: From memory to cache

By default, if no direction flag is set, it will fallback C2M direction.

For M2C direction, now this API will do an invalidation.
2023-07-11 11:19:10 +08:00
..
include feat(cache): added direction selection to esp_cache_msync API 2023-07-11 11:19:10 +08:00
port esp32p4: introduce the target 2023-06-13 15:16:11 +08:00
test_apps feat(cache): added direction selection to esp_cache_msync API 2023-07-11 11:19:10 +08:00
cache_esp32.c esp_mm: fix dependency to esp_psram 2023-02-28 10:42:22 +08:00
CMakeLists.txt esp_mm: cache_msync API 2023-02-28 10:42:22 +08:00
esp_cache.c feat(cache): added direction selection to esp_cache_msync API 2023-07-11 11:19:10 +08:00
esp_mmu_map.c MMU: Fix stale data being read on memory mapped instruction page 2023-03-24 18:59:57 +08:00
ext_mem_layout.h esp_mm: new virtual memory mapping apis via mmu 2023-02-07 20:23:52 +08:00
linker.lf esp_mm: fix dependency to esp_psram 2023-02-28 10:42:22 +08:00