fix(mmu): fixed esp_mmu_map concurrent issue and add related docs

This commit is contained in:
armando
2025-03-17 11:19:23 +08:00
parent ef1a5075f5
commit 56cd01899c
5 changed files with 34 additions and 22 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.