-
Notifications
You must be signed in to change notification settings - Fork 8.2k
drivers: serial: stm32: add err_check #13152
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
drivers: serial: stm32: add err_check #13152
Conversation
Codecov Report
@@ Coverage Diff @@
## master #13152 +/- ##
=======================================
Coverage 51.96% 51.96%
=======================================
Files 309 309
Lines 45576 45576
Branches 10554 10554
=======================================
Hits 23683 23683
Misses 17083 17083
Partials 4810 4810Continue to review full report at Codecov.
|
a131338 to
82a1001
Compare
|
Regarding this PR. It checks for erros consequentially and sets specific bits specified by the Majority of implementations check for error sequentially but with one mistake... e.g. gecko but because This looks like a mistake.. As either |
2db8371 to
5c3d2d4
Compare
|
Pull request #10820 brakes previously defined UART error bitmasks, which are now within |
5c3d2d4 to
35ccf5b
Compare
8e8767d to
788c947
Compare
ba5cb1b to
60f9349
Compare
60f9349 to
919a4d5
Compare
erwango
left a 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.
Minor comment
919a4d5 to
c4b8d63
Compare
c4b8d63 to
ce5f577
Compare
Adds 'err_check' implementation. Signed-off-by: Georgij Cernysiov <[email protected]>
ce5f577 to
728a978
Compare
Adds 'err_check' implementation for STM32 serial driver.