aws-samples / amazon-kinesis-video-streams-webrtc-sdk-c-for-freertos

Apache License 2.0
39 stars 27 forks source link

Support latest stable IDF `release/v5.1` #36

Open vikramdattu opened 1 year ago

vikramdattu commented 1 year ago

The current sdk works with IDF version release/v4.4. Espressif has released a new IDF since a year, release/v5.1. This has multiple benefits including updated tls version and gets a year and a half more support than 4.4. https://github.com/espressif/esp-idf#esp-idf-release-support-schedule

A quick look gives me need for at least following changes:

  1. Fix printf format specifiers
  2. Update to the mbedtls API (tls 1.3 and dals 1.2).