-
Notifications
You must be signed in to change notification settings - Fork 3k
Remove unsupported targets #12810
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 #12810
Conversation
This PR cannot be merged due to conflicts. Please rebase to resolve them. |
@MarceloSalazar, thank you for your changes. |
what a shame that the BLUEPILL (STM32F103C8) is not going to be supported, there are a lot of them in people's drawers. OS5 worked fine on it. |
@pilotak no worries, the BLUEPILL continues to be supported in the 5.15 branch and in the future, you can use it with Mbed OS 6 using custom targets |
But why remove all files...? |
@jeromecoutant we agreed to remove all unused folders/files to keep the repo clean and whether possible ensure there isn't unused code left behind. |
@MarceloSalazar i can understand but it was good to have for begginers, i doubt that someone starting with the mbed would want to create a custom target, they just need it to work out of the box. Nevermind, hopefully they will find the porting guide. |
Rebased and fixed conflicts. |
Started CI meanwhile |
I was just reviewing nightly and one of these targets failed (MTB_LAIRD_BL600) so won't create a new issue as it is going to be removed soon here. |
Test run: FAILEDSummary: 2 of 7 test jobs failed Failed test jobs:
|
Test run: SUCCESSSummary: 7 of 7 test jobs passed |
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.
There are no targets removed here.
Where? I dont see any specific commit or line referenced in this comment? |
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.
Ok for the list of targets that's being removed
Good catch. I'll merge this as it is. The change is minimalist. I'll leave a note in the merge commit. |
Lots of NRF5* targets were removed in the original version of this PR that are no longer removed. What happened with that? I didn't see any discussion as to why that changed. I had made a custom target for one of them that it doesn't look like I'll need just yet. |
@jrobeson I believe many nrf5* targets have been removed in this PR Note there is another PR coming to clean-up more targets... |
@MarceloSalazar : i was just wondering why it changed in this particular PR. The original version removed NRF51 dongle among many others. |
@jrobeson you're right - there was a problem with commits and some of them disappeared... |
- Use latest Mbed with TEENSY3_1 support (remove by ARMmbed/mbed-os#12810)
Summary of changes
This is the second of a series of PRs (first #12775) 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