Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

How to change the latest release branch of Amazon freertos to use esp-idf v4.2 instead of v3.3 #3163

Closed
Johnnyjax opened this issue May 20, 2021 · 3 comments

Comments

@Johnnyjax
Copy link

I had been using the latest release branch of amazon-freertos but that uses the esp-idf v3.3 and I had to change to the main branch before I could use the esp-idf v4.2. Is there a way to still use the release branch but with esp-idf v4.2? There are some features of esp-Idf v4.2 that we need for our application that v3.3 doesn't have and we'll also like to use the release branch since it has the fully tested released source code instead of using the main branch. Thanks

@aggarw13
Copy link
Contributor

aggarw13 commented May 21, 2021

Hi @Johnnyjaxm, you can refer to this PR that updated the ESP-IDF version from v3.3 to v4.2 on Dec 30 2020 which was close to the last release made on Dec 15 2020.

Hope that helps

@shubhamkulkarni97
Copy link
Contributor

@Johnnyjax Alternately, you can use esp32-s2 branch which supports ESP-IDF v4.2 on top of latest release. Please note that some fixes related to ESP-IDF v4.2 are merged in master branch. I recommend to cherry-pick these fixes in esp32-s2 branch.

Thanks,
Shubham

@Johnnyjax
Copy link
Author

Thanks a lot for your response @aggarw13 and @shubhamkulkarni97. I use the PR @aggarw13 suggested.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants