Search found 1 match

by tjirsch
Mon Nov 04, 2019 6:06 pm
Forum: ESP-IDF
Topic: Best Practise for adding files to IDF standard component
Replies: 2
Views: 2428

Best Practise for adding files to IDF standard component

Hi, I have ported the AWS IoT SDK as an ESP32 IDF component. I am using the mbedtls component of IDF, but have to add one header file (threading_alt.h) and change some options in /esp32/idf/components/mbedtls/port/include/mbedtls/esp_config.h. My question is, what is the "best" way of doing this ? S...