espressif / esp-aws-iot

AWS IoT SDK for ESP32 based chipsets
Apache License 2.0
266 stars 157 forks source link

Help me to choose the correct branch for ESP-IDF v4.4 (CA-284) #175

Closed albatros96 closed 1 year ago

albatros96 commented 1 year ago

Hi! I'm a newbie for esp-aws-iot and I'm trying to understand which branch I should use with my ESP-IDF version.

I'm using the v4.4. There are currently 3 branches available for AWS:

I can't understand what should I do. In a tutorial I saw it does a checkout to release/v3.1.x because this branch has the most recent updates (infact it has the most recent commits). However the master branch is located in release/202210.01-LTS.

Thank you

dhavalgujar commented 1 year ago

Hi @filgra96, release/202210.01-LTS is the latest release of esp-aws-iot and is based on FreeRTOS 202210.01-LTS release. It is compatible with IDF v4.4, making it the right choice for you.

Regarding older releases: release/202012.04-LTS is based on the older FreeRTOS 202012.04-LTS release. release/v3.1.x is based on the older (3.x.x) aws-iot-device-sdk-embedded-C release.

albatros96 commented 1 year ago

Thank you for your help @dhavalgujar, I don't think I need any further clarification.