Skip to content
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

Adding some control over UART (including enabling interrupts!) #479

Closed

Conversation

jaredwolff
Copy link

Added

  • Enum for bit flags
  • Added enable_interrupts, disable_interrupts, enable and disable functions
  • Status flag check

Added
* Enum for bit flags
* Added enable_interrupts, disable_interrupts, enable and disable functions
* Status flag check
@jaredwolff jaredwolff marked this pull request as draft August 26, 2021 17:29
@jbeaurivage
Copy link
Contributor

Hi, I suggest looking over #443. It is a complete revamp of the uart module, including the functionality you are looking for. uart::v1 will be deprecated very soon and eventually removed altogether, so I don't think we should keep upgrading that module.

Added:
* clear_error for i2c
@jaredwolff
Copy link
Author

jaredwolff commented Aug 26, 2021

@jbeaurivage this was an old branch I had from a while back. When I have time I'll move over to the v2 UART implementation. Thanks for your quick input!

@jaredwolff jaredwolff closed this Aug 26, 2021
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.

None yet

2 participants