IDF release/v4.0 48ea44f3d

This commit is contained in:
me-no-dev
2020-07-18 18:14:30 +00:00
parent 2bf655b658
commit 475208e535
88 changed files with 82 additions and 30 deletions

View File

@ -113,6 +113,16 @@ esp_reset_reason_t esp_reset_reason(void);
*/
uint32_t esp_get_free_heap_size(void);
/**
* @brief Get the size of available internal heap.
*
* Note that the returned value may be larger than the maximum contiguous block
* which can be allocated.
*
* @return Available internal heap size, in bytes.
*/
uint32_t esp_get_free_internal_heap_size(void);
/**
* @brief Get the minimum heap that has ever been available
*