Release of esp-idf v5.1.3 ?
Release of esp-idf v5.1.3 ?
Hi,
What is the forecast for the release of version 5.1.3 ?
What is the forecast for the release of version 5.1.3 ?
Re: Release of esp-idf v5.1.3 ?
@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
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 ?
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.
-
- Posts: 9708
- Joined: Thu Nov 26, 2015 4:08 am
Re: Release of esp-idf v5.1.3 ?
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 ?
I did cherry-pick and git presented a problem.ESP_Sprite wrote: ↑Wed Jan 17, 2024 3:38 amSorry, I have no clue; probably when we succesfully finished testing it. You can cherry-pick that change if you need it.
https://github.com/espressif/esp-idf/issues/11903
-
- Posts: 9708
- Joined: Thu Nov 26, 2015 4:08 am
Re: Release of esp-idf v5.1.3 ?
Yeah, seems it conflicts with something. You can try forcing the issue by
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
No guarantees, as all this is untested code btw.
Code: Select all
git cherry-pick --strategy=recursive -X theirs bb7544e
git cherry-pick --strategy=recursive -X theirs 8f6213c9
Code: Select all
git checkout 8f6213c9
Re: Release of esp-idf v5.1.3 ?
@ESP_Sprite,ESP_Sprite wrote: ↑Thu Jan 18, 2024 3:19 amYeah, seems it conflicts with something. You can try forcing the issue bybut 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 byCode: Select all
git cherry-pick --strategy=recursive -X theirs bb7544e git cherry-pick --strategy=recursive -X theirs 8f6213c9
No guarantees, as all this is untested code btw.Code: Select all
git checkout 8f6213c9
Problems again.
I will wait for version 5.1.3 anyway.
Thank's.
- Attachments
-
- cherry_pick_strategy_fail.jpg (329.33 KiB) Viewed 37805 times
-
- Posts: 9708
- Joined: Thu Nov 26, 2015 4:08 am
Re: Release of esp-idf v5.1.3 ?
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 ?
@ESP_SpriteESP_Sprite wrote: ↑Mon Jan 29, 2024 3:50 amThat'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.
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
- Attachments
-
- not_merging.jpg (79.02 KiB) Viewed 33221 times
Who is online
Users browsing this forum: Bing [Bot] and 95 guests