mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 17:49:10 -04:00
Implement a function to start tracking the minimum free size from the moment the function is called. Implement a function to stop tracking the minimum free size and restore the minimum free size value calculated since startup. Implement the tests related to this new feature.