h2zero / esp-nimble-cpp

C++ library for the esp32 NimBLE stack based on and mostly compatible with @nkolban cpp_utils BLE library.
https://h2zero.github.io/esp-nimble-cpp/
Apache License 2.0
182 stars 62 forks source link

Update CMakeLists.txt for ESP32H2 to compile with IDF as component #170

Closed rvbc1 closed 5 months ago

rvbc1 commented 5 months ago

Small change to enable compilation of an IDF project with NimBLE as a component out of the box. I tested this library with ESP32H2 for 6 months using IDF versions 5.1.3 and 5.1.4, and it is working fine.

Jason2866 commented 5 months ago

Duplicate of #169 and the needed changes for GH Actions are missing. Please close in favour of the other PR.

h2zero commented 5 months ago

Thanks for your contribution, I have merged the other PR so I'll close this.