Merge branch 'fix/fix_mmu_map_concurrent_issue_v5.2' into 'release/v5.2'

mmu: fix mmu map concurrent issue (v5.2)

See merge request espressif/esp-idf!38408
This commit is contained in:
morris
2025-04-17 21:29:25 +08:00
10 changed files with 99 additions and 31 deletions

View File

@@ -9,7 +9,7 @@
#include "esp_heap_caps.h"
// iterator to load partition tables in `test spi bus lock, with flash` will lead memory not free
#define TEST_MEMORY_LEAK_THRESHOLD (350)
#define TEST_MEMORY_LEAK_THRESHOLD (450)
void setUp(void)
{