Page 1 of 2

Release of esp-idf v5.1.3 ?

Posted: Thu Jan 11, 2024 1:58 am
by Baldhead
Hi,

What is the forecast for the release of version 5.1.3 ?

Re: Release of esp-idf v5.1.3 ?

Posted: Thu Jan 11, 2024 3:09 pm
by Baldhead
@ESP_Sprite,

You could help me with this ???

https://github.com/espressif/esp-idf/issues/11903

for this reason I am asking about the new version of esp_idf

Re: Release of esp-idf v5.1.3 ?

Posted: Fri Jan 12, 2024 3:04 pm
by Baldhead
It's so good when the people at Espressif ignore you for 6 months. I bet the parallel esp_idf of their "big" clients, everything works great.

Re: Release of esp-idf v5.1.3 ?

Posted: Tue Jan 16, 2024 7:54 pm
by Baldhead
???

Re: Release of esp-idf v5.1.3 ?

Posted: Wed Jan 17, 2024 3:38 am
by ESP_Sprite
Sorry, I have no clue; probably when we succesfully finished testing it. You can cherry-pick that change if you need it.

Re: Release of esp-idf v5.1.3 ?

Posted: Wed Jan 17, 2024 9:26 pm
by Baldhead
ESP_Sprite wrote:
Wed Jan 17, 2024 3:38 am
Sorry, I have no clue; probably when we succesfully finished testing it. You can cherry-pick that change if you need it.
I did cherry-pick and git presented a problem.

https://github.com/espressif/esp-idf/issues/11903

Re: Release of esp-idf v5.1.3 ?

Posted: Thu Jan 18, 2024 3:19 am
by ESP_Sprite
Yeah, seems it conflicts with something. You can try forcing the issue by

Code: Select all

git cherry-pick --strategy=recursive -X theirs bb7544e
git cherry-pick --strategy=recursive -X theirs 8f6213c9
but I'm not sure if that leads to working code. As an alternative, you can simply check out the tree at the point the fix is done by

Code: Select all

git checkout 8f6213c9
No guarantees, as all this is untested code btw.

Re: Release of esp-idf v5.1.3 ?

Posted: Mon Jan 29, 2024 12:27 am
by Baldhead
ESP_Sprite wrote:
Thu Jan 18, 2024 3:19 am
Yeah, seems it conflicts with something. You can try forcing the issue by

Code: Select all

git cherry-pick --strategy=recursive -X theirs bb7544e
git cherry-pick --strategy=recursive -X theirs 8f6213c9
but I'm not sure if that leads to working code. As an alternative, you can simply check out the tree at the point the fix is done by

Code: Select all

git checkout 8f6213c9
No guarantees, as all this is untested code btw.
@ESP_Sprite,

Problems again.

I will wait for version 5.1.3 anyway.

Thank's.

Re: Release of esp-idf v5.1.3 ?

Posted: Mon Jan 29, 2024 3:50 am
by ESP_Sprite
That's because your Git is in some weird state because of earlier things you did. You probably want to hard reset your git branch, or if it's easier, remove the entire esp-idf folder and check it out from Github again.

Re: Release of esp-idf v5.1.3 ?

Posted: Tue Feb 06, 2024 5:56 pm
by Baldhead
ESP_Sprite wrote:
Mon Jan 29, 2024 3:50 am
That's because your Git is in some weird state because of earlier things you did. You probably want to hard reset your git branch, or if it's easier, remove the entire esp-idf folder and check it out from Github again.
@ESP_Sprite

I did a completely new installation (esp_idf and tools).
I installed esp_idf release/v5.1 as igrr said here https://github.com/espressif/esp-idf/is ... 1865229148