-
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
Add BufferedSerial class to replace UARTSerial #12207
Conversation
@hugueskamba, thank you for your changes. |
Please review astyle failures |
df714fe
to
34e2d7d
Compare
Done. |
scheduled first CI job, there are few other PRs depending on this one. Please review |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
`BufferedSerial` is `UARTSerial` renamed to convey the original purpose of the class.
Replace with BufferedSerial as UARTSerial has been deprecated.
22de830
to
a74ffac
Compare
CI started |
Test run: FAILEDSummary: 1 of 11 test jobs failed Failed test jobs:
|
One target io serial error, restarted tests |
@bulislaw @kjbracey-arm Please review, CI passed for the latest update |
@hugueskamba shouldn't there be documentation changes to go along with this ? |
The documentation is currently being reviewed. |
Summary of changes
Implement the
BufferedSerial
class to replaceUARTSerial
.BufferedSerial
isUARTSerial
renamed to convey the original purpose of the class. Also remove usage ofUARTSerial
in Mbed OS Core diretoriesImpact of changes
Migration actions required
Documentation
Pull request type
Test results
Reviewers
@evedon @kjbracey-arm