-
Notifications
You must be signed in to change notification settings - Fork 3k
Remove unsupported net libraries #4306
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
Remove all unsupported net libraries from features/unsupported. There's already lwip for mbed OS that we support, and cellular will come soon to the codebase reworked. Plus remove unsupported/tests for these libraries.
Remove any reference to net libraries that are unsupported. As we removed net libraries, these are no longer in the codebase.
/morph mbed2-release |
/morph test |
/morph export-build |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
|
Result: FAILUREYour command has finished executing! Here's what you wrote!
OutputTest failed! |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
Outputmbed Build Number: 31 All exports and builds passed! |
/morph test |
Result: SUCCESSYour command has finished executing! Here's what you wrote!
OutputAll builds and test 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.
Yay for this one!
Remove all unsupported net libraries from features/unsupported. There's already lwip for mbed OS that we support, and cellular will come soon to the codebase reworked.
Plus remove unsupported/tests for these libraries.
Cherry-picked from 51bea19 on the CMSIS_5 branch.