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

BufferedUart initialization #3983

Open
wants to merge 11 commits into
base: main
Choose a base branch
from

Conversation

mgomez0
Copy link

@mgomez0 mgomez0 commented Mar 20, 2025

Modifies BufferedUart new() and new_with_rtscts() to take pins before interrupts at initialization.
Related to #1304.

@mgomez0 mgomez0 marked this pull request as ready for review March 20, 2025 05:20
Copy link
Member

@lulf lulf left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, though we should probably also ensure so that embassy-nrf and embassy-stm32 are consistent with embassy-rp. Would you like to make modifications to them as well while you're at it?

@mgomez0
Copy link
Author

mgomez0 commented Mar 20, 2025

I'll knock that out later today!

@mgomez0
Copy link
Author

mgomez0 commented Mar 21, 2025

I think this is ready now - I really need to learn how to script builds for all the example architectures, I was just letting CI catch failures as I went on. 😅

@lulf
Copy link
Member

lulf commented Mar 31, 2025

Thanks! Could you rebase this please?

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.

2 participants