esp-idf/components/esp_mm/test_apps/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
..
main feat(cache): added direction selection to esp_cache_msync API 2023-07-11 11:19:10 +08:00
CMakeLists.txt fix(test): check call graph for hal component 2023-07-05 09:09:01 +08:00
partitions.csv esp_mm: cache_msync API 2023-02-28 10:42:22 +08:00
pytest_mmap.py ci: remove redundent ci configs for chip support and network components 2023-04-26 09:54:29 +08:00
README.md esp_mm: cache_msync API 2023-02-28 10:42:22 +08:00
sdkconfig.ci.psram_release_esp32 ci: remove redundent ci configs for chip support and network components 2023-04-26 09:54:29 +08:00
sdkconfig.ci.psram_release_esp32s2 ci: remove redundent ci configs for chip support and network components 2023-04-26 09:54:29 +08:00
sdkconfig.ci.psram_release_esp32s3 ci: remove redundent ci configs for chip support and network components 2023-04-26 09:54:29 +08:00
sdkconfig.ci.release esp_mm: cache_msync API 2023-02-28 10:42:22 +08:00
sdkconfig.ci.xip_psram_esp32s2 ci: remove redundent ci configs for chip support and network components 2023-04-26 09:54:29 +08:00
sdkconfig.ci.xip_psram_esp32s3 ci: remove redundent ci configs for chip support and network components 2023-04-26 09:54:29 +08:00
sdkconfig.defaults esp_mm: cache_msync API 2023-02-28 10:42:22 +08:00

Supported Targets ESP32 ESP32-C2 ESP32-C3 ESP32-C6 ESP32-H2 ESP32-S2 ESP32-S3