maximkulkin / esp-homekit

Apple HomeKit accessory server library for ESP-OPEN-RTOS
MIT License
1.1k stars 169 forks source link

Add ESP-IDF Cmake Component #91

Closed sieren closed 5 years ago

sieren commented 5 years ago

Hey,

I'm working on a project (https://github.com/sieren/Homepoint) that incorporates your library. I'm however using the ESP-IDF Cmake Build-System, so I've gone ahead and created some build files for those.

Let me know if I need to fix anything: https://github.com/maximkulkin/esp-wolfssl/pull/3 (WolfSSL) https://github.com/maximkulkin/esp-http-parser/pull/3 (http-parser) https://github.com/maximkulkin/esp-cjson/pull/1 (cJSON)

There's a PR pending on my end that builds the integrated esp-homekit submodules inside my project on CI: https://github.com/sieren/Homepoint/pull/10

maximkulkin commented 5 years ago

Thank you for contribution