-
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 RtosTimer deprecated class #12601
Conversation
@rajkan01 How can this not affect documentation? At best the old API needs to be removed and shouldn't there be some guidance in the docs on what to do instead ? |
CI started |
@adbridge RtosTimer documentation is generated from Doxygen comment. We have already described in |
It would probably be helpful to replace the content of the API page with a deprecation note and link to relevant information. @AnotherButler what do you think? You know RTOS better than I do. |
Test run: FAILEDSummary: 2 of 7 test jobs failed Failed test jobs:
|
CI restarted |
Test run: FAILEDSummary: 1 of 7 test jobs failed Failed test jobs:
|
We haven't had this page in our documentation since 5.11. |
CI restarted |
Test run: SUCCESSSummary: 7 of 7 test jobs passed |
Summary of changes
Removed RtosTimer deprecated class.
Impact of changes
Breaking change: RtosTimer has been deprecated since Mbed OS 5.2 and it is removed now.
Migration actions required
Use EverntQueue as it provides similar functionality with the additional features to handle deferring other events to multiple contexts.
Documentation
None
Pull request type
Test results
Reviewers
@evedon