h2zero / NimBLE-Arduino

A fork of the NimBLE library structured for compilation with Arduino, for use with ESP32, nRF5x.
https://h2zero.github.io/NimBLE-Arduino/
Apache License 2.0
667 stars 138 forks source link

Added nimble_port_freertos_get_hs_hwm() visibility for ESP32 platform #654

Closed devmirek closed 1 month ago

devmirek commented 3 months ago

Added ability to track nimble_host task free stack for ESP32 and fixed wrong values in case of uninitialized BLE stack

h2zero commented 2 months ago

Thanks!