-
Notifications
You must be signed in to change notification settings - Fork 7.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
change(version): Update version to 5.1.2
- Loading branch information
1 parent
9f2a2db
commit 482a8fb
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
set(IDF_VERSION_MAJOR 5) | ||
set(IDF_VERSION_MINOR 1) | ||
set(IDF_VERSION_PATCH 1) | ||
set(IDF_VERSION_PATCH 2) | ||
|
||
set(ENV{IDF_VERSION} "${IDF_VERSION_MAJOR}.${IDF_VERSION_MINOR}.${IDF_VERSION_PATCH}") |
482a8fb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can 5.1.2 be published to PlatformIO Registry?
482a8fb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @stintel, the support of new releases of esp-idf to the PlatformIO Registry is not managed by Espressif.
More appropriate platform for this discussion might be https://github.com/platformio/platform-espressif32
Just to note here, there were no major changes introduced in our build system structure, so the new version might just work without requiring much effort. You can check if this thread helps you to use the latest version.
482a8fb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @AdityaHPatwardhan, platform-espressif32 is something different. I meant https://registry.platformio.org/tools/platformio/framework-espidf (vs https://registry.platformio.org/platforms/platformio/espressif32). Can you confirm this is handled by PlatformIO?
482a8fb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@stintel I can only confirm that it is not handled by Espressif. As far as I know, it seems to be managed by PlatformIO team, it would be better for you to reach to them for more details.
482a8fb
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you, I did!