mirror of
https://github.com/espressif/esp-idf.git
synced 2026-06-01 18:46:34 +03: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.