-
Notifications
You must be signed in to change notification settings - Fork 3k
Update to reflect Mbed CLI 2 changes #13946
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
Conversation
@jainvikas8, thank you for your changes. |
This PR cannot be merged due to conflicts. Please rebase to resolve them. |
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 be merged when tools are released and updated in Mbed CI, to fix CI
@jamesbeyond Please review. |
764395a
to
8e3942f
Compare
Pull request has been modified.
Forced pushed to resolve conflicts |
@rajkan01 we should update testing examples with the new commands |
Let us know once it is completed |
CI started meanwhile |
Jenkins CI Test : ❌ FAILEDBuild Number: 1 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
This issue will be fixed when the new Mbedtools is released and the Jenkins updated to use them. |
8e3942f
to
92f25e1
Compare
Pull request has been modified.
92f25e1
to
c588501
Compare
Rebased and force pushed to change release version of Mbed CLI 2 |
@ARMmbed/mbed-os-test has mbed-tools been updated in CI? once yes, please start CI job for this one. |
This PR cannot be merged due to conflicts. Please rebase to resolve them. |
Due to the recent release of Mbed CLI 2, the command line options have been renamed to ensure good usability and harmonize with the old tools. These are the following changes done: * Minimum Cmake - 3.19.0 is required * Minimum Mbed-tools - 4.0.0 is required * mbed-tools cmd `init` to `new` * mbed-tools cmd `build` to `compile` * Removed whitespaces
c588501
to
8b70ae1
Compare
Rebased to resolve conflicts |
CI restarted This should be part of the upcoming release |
Jenkins CI Test : ❌ FAILEDBuild Number: 2 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
CI restarted, after tools update |
Jenkins CI Test : ✔️ SUCCESSBuild Number: 3 | 🔒 Jenkins CI Job | 🌐 Logs & ArtifactsCLICK for Detailed Summary
|
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.
LGTM
Summary of changes
Due to the recent release of Mbed CLI 2, the command line options
have been renamed to ensure good usability and harmonize with the old
tools.
These are the following changes done:
init
tonew
build
tocompile
Impact of changes
None
Migration actions required
Documentation
Updating docs
Pull request type
Test results
Reviewers
@Patater @rwalton-arm @urutva