-
Notifications
You must be signed in to change notification settings - Fork 3k
Remove unsupported targets #12864
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
Remove unsupported targets #12864
Conversation
|
@MarceloSalazar, thank you for your changes. |
We also should modify CI PR config (if any target being removed is not used , so will fail to build or test). cc @ARMmbed/mbed-os-test |
Littlefs Travis job needs an update (fails with |
@0xc0170 I was meant to remove K82Z only, but not K82F! I'll fix this soon. |
@0xc0170 issue fixed and many targets removed, so I think we're ready for a review and testing :) |
FYI @ARMmbed/team-nxp @ARMmbed/team-silabs @ARMmbed/team-advantech @ARMmbed/team-maximintegrated @ARMmbed/team-multitech @ARMmbed/team-onsemi @ARMmbed/team-switchscience @ARMmbed/team-ublox |
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.
nanostack changes should be sent upstream as well
cc @artokin
I started CI prior realizing this needs a rebase. CI aborted |
CI restarted |
Test run: FAILEDSummary: 4 of 7 test jobs failed Failed test jobs:
|
Test run: SUCCESSSummary: 7 of 7 test jobs passed |
I am checking why Travis has not updated the status |
I'll close this for a minute and hopefully travis picks up the latest force push. I found there only older sha. |
Travis soon will be completed, and I'll merge this one |
I think
|
@amq the target @ARMmbed/team-silabs may consider re-introducing in Mbed OS 6 in the future. |
@amq please use custom target for |
Summary of changes
This is the third of a series of PRs (others #12775, #12810) to remove targets that are not supported or retired as explained in recent blog post.
There are individual commits to remove targets from targets.json and files/folders for the corresponding targets.
Impact of changes
The following targets are being removed:
Migration actions required
Documentation
We'll update os.mbed.com/platforms with the list of supported platforms for Mbed 6
Pull request type
Test results
Reviewers
@ARMmbed/mbed-os-maintainers