nkolban / ESP32_BLE_Arduino

The library source for the ESP32 BLE support for Arduino.
893 stars 332 forks source link

Add support for esp-idf build system #31

Open ecc1 opened 5 years ago

ecc1 commented 5 years ago

These files allow this repository to be used directly as a component in the esp-idf build system when the rest of the Arduino environment is not required.

I have not tested whether the presence of these files breaks anything when building arduino-esp32, where this repo is a submodule. If so, it should be possible to add some make/CMake conditional logic to distinguish the two cases.