mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
4132834faa
Introduced in 97e35429477b9877378ce9c4ec943ccc34318d42. The previous commit frees the IRAM part when single core, but doesn't change the memory layout functions. The unit test mallocs IRAM memory from the heap, accidently into the new-released region, which doesn't match the memory layout function. This commit update the memory layout function to fix this.