-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IEP-1058 Incorrect toolchain list after updating esp-idf version #842
Conversation
WalkthroughThe changes primarily focus on enhancing the readability and efficiency of the code in the ESPToolChainManager class. The Changes
TipsChat with CodeRabbit Bot (
|
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.
Review Status
Actionable comments generated: 0
Configuration used: CodeRabbit UI
Files selected for processing (1)
- bundles/com.espressif.idf.core/src/com/espressif/idf/core/toolchain/ESPToolChainManager.java (4 hunks)
Files skipped from review due to trivial changes (1)
- bundles/com.espressif.idf.core/src/com/espressif/idf/core/toolchain/ESPToolChainManager.java
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.
self reviewed
@sigmaaa , @kolipakakondal hi ! able to see correct toolchain list after updating esp-idf version (v4.4.6 -> v5.1.1 / master -> v4.4.6 / v5.0 -> master) |
Description
To reproduce. Clean .espressif folder. Install 4.4.3 esp-idf and tools via IDE. After that install esp-idf master -> Toolchains are not updated properly
Fixes # (IEP-1058)
Type of change
Please delete options that are not relevant.
How has this been tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Test 1:
Test Configuration:
Dependent components impacted by this PR:
Checklist
Summary by CodeRabbit