Merge branch 'fix/fix_mmu_map_concurrent_issue' into 'master'

mmu: fix mmu map concurrent issue

Closes IDFGH-14841

See merge request espressif/esp-idf!37780
This commit is contained in:
Armando (Dou Yiwen)
2025-04-15 12:02:23 +08:00
10 changed files with 98 additions and 30 deletions

View File

@@ -169,7 +169,9 @@ SPI flash can be accessed by SPI1 (ESP-IDF ``esp_flash`` driver APIs), or by poi
Thread Safety
=============
APIs in ``esp_mmu_map.h`` are not guaranteed to be thread-safe.
Following APIs in ``esp_mmu_map.h`` are not guaranteed to be thread-safe:
- :cpp:func:`esp_mmu_map_dump_mapped_blocks`
APIs in ``esp_cache.h`` are guaranteed to be thread-safe.