Files
esp-idf/components/esp_mm/esp_cache.c
Armando 074ed08251 change(cache): added mutex to guarantee the atomicity
This mutex is only added when msync is called from the task. This means only one task will compete with the msync-calls from ISRs.
2024-07-25 14:25:19 +08:00

9.5 KiB