Skip to content

Conversation

stevew817
Copy link
Contributor

  • Added support for LEUART operation down to EM2.
  • Updated license headers

@stevew817
Copy link
Contributor Author

@0xc0170

@0xc0170
Copy link
Contributor

0xc0170 commented Sep 24, 2015

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);
Copy link
Contributor

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.

Copy link
Contributor Author

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...

@0xc0170
Copy link
Contributor

0xc0170 commented Sep 25, 2015

LGTM.

My remarks from this review:

  • might be useful to provide more info in the commit message (for example commit stevew817@c328fb0 could provide some background for that fix)
  • if possible, send logical-feature-complete-changes via PR (easier to review, fix, integrate, test, ...).

@0xc0170
Copy link
Contributor

0xc0170 commented Sep 25, 2015

@stevew817 Is this PR complete now?

0xc0170 added a commit that referenced this pull request Sep 25, 2015
Silicon Labs - Add support for low-power async Serial
@0xc0170 0xc0170 merged commit fe238a9 into ARMmbed:master Sep 25, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants