mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
f13e25d156
Regression was introduced in 32408b718f7c7699c0ef4af1fc768a696e2d6b74, which disallowed addition of heap region with following condition: `new_start < start && new_end == start` This caused issues in Bluetooth APIs `esp_bt_mem_release` or `esp_bt_controller_mem_release`. This commit fixes the problem and also adds API documentation for supported memory address ranges in heap add region APIs.