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

UART pins & RS485 #109

Merged
merged 4 commits into from
Jul 10, 2022
Merged

UART pins & RS485 #109

merged 4 commits into from
Jul 10, 2022

Conversation

dotcypress
Copy link
Member

@dotcypress dotcypress commented Jul 8, 2022

Since we already have breaking changes with #102 we can safely change UART pins interface.
This PR contains new serial ping configuration method(same as SPI have) and support for RS485.
Also this change introduce new modes(TxOnly/RxOnly) and give an easy way to implement Half-Duplex mode(#70).

@justinlatimer could you please check uart_rs485 example on actual hardware, cause this PR contains your implementation from #106 and I want to be sure I didn't miss anything.

@justinlatimer
Copy link
Contributor

I've integrated this branch and tested it on actual hardware (STM32G030F6) and can confirm it works. Thanks @dotcypress!

@dotcypress
Copy link
Member Author

@justinlatimer thank you 🚀

@dotcypress dotcypress merged commit fab9315 into main Jul 10, 2022
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

3 participants