mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -04:00
Allocation of the temporary internal buffer will now repeat until a small enough buffer can be allocated, and only fail if less than a 256 byte block of internal RAM is free. Adds unit test for the same, and generic test utility for creating memory pressure.