-
Notifications
You must be signed in to change notification settings - Fork 3k
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 folder #12128
Remove unsupported folder #12128
Conversation
Mbed OS was carrying this directory for a long time. The main reason was to enable users to benefit from some form of USB stack. Now when there is proper implementation of USB stack in Mbed I think it's time for unsupported directory to go. If any other functionality present in this directory will be needed it'll need to be introduced in Mbed OS properly.
You don't remove tests part ? |
@bulislaw, thank you for your changes. |
Which tests part? |
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.
Feel a bit jealous. I've never managed to delete so many lines in one go.
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.
Great cleanup :-)
Mmm, seems that mail we receive from GitHub is not complete... |
Test run: FAILEDSummary: 1 of 11 test jobs failed Failed test jobs:
|
Failure looks like a ci issue so restarted |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Summary of changes
Mbed OS was carrying the
unsupported
directory for a long time. The main reason wasto enable users to benefit from some form of USB stack. Now when there
is a proper implementation of USB stack in Mbed I think it's time for
unsupported to go. If any other functionality present in this
directory will be needed it'll need to be introduced in Mbed OS
properly.
Impact of changes
As the name suggest 'unsupported' directory was unsupported, but it was there that means our community was free to use any of the functionality present. So in theory it is breaking change, even if the code was never properly supported.
Migration actions required
Removed functionality was never supported and its use was not recommended. If you used USB device mode, please port your code to use the supported version from drivers directory. If you need any other features please consider contributing it properly to Mbed.
Documentation
Not needed, all removed features were unsupported in Mbed OS 5.
Pull request type
Test results
Reviewers
@evedon @MarceloSalazar @kjbracey-arm