-
Notifications
You must be signed in to change notification settings - Fork 3k
[Silicon Labs] Add support for low-power async Serial #1340
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
stevew817
commented
Sep 17, 2015
- Added support for LEUART operation down to EM2.
- Updated license headers
Update for real now.
…nergy clock source
I am on it, got scared yesterday seeing 64 files changed 😄 |
|
||
// Clear TX buffer | ||
obj->serial.periph.leuart->CMD = LEUART_CMD_CLEARTX; | ||
while(obj->serial.periph.leuart->SYNCBUSY & LEUART_SYNCBUSY_CMD); |
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.
It cleared TX, but seems to be now removed? For RX it stayed.
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.
This is a chip shortfall, issuing cleartx here seemed to result in erratic behavior during our testing...
LGTM. My remarks from this review:
|
@stevew817 Is this PR complete now? |
Silicon Labs - Add support for low-power async Serial