govorox / SSLClient

SSLClient - generic secure client Arduino library using mbedtls
GNU General Public License v3.0
84 stars 39 forks source link

add compatibility to ESP-IDF #94

Open anthonyhoegberg opened 3 months ago

anthonyhoegberg commented 3 months ago

Could we add a cmakelist file for the project so we can include it as a component in esp-idf based projects that does not use platformio or arduino ide

github-actions[bot] commented 3 months ago

The following fields are missing: Description, Steps to Reproduce, Expected Behavior, Actual Behavior, Environment, IDE. Please update the issue with this information.

RobertByrnes commented 3 months ago

Hi @anthonyhoegberg Yes this is a great idea. Have you done this yourself with this code base? If so, what could you share / pr to make this happen? Any help with this appreciated.