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] re-integrate RTS/CTS hardware flow-control #541

Merged
merged 7 commits into from
Mar 9, 2023

Conversation

stnolting
Copy link
Owner

@stnolting stnolting commented Mar 8, 2023

I have to admit that removing the UART's hardware flow-control in #533 was way too hasty. This PR re-integrates the RTS/CTS flow-control in a slightly simplified way: a single control register bit is used to enable/disable the entire flow-control mechanism. If RTS and CTS are not required at the same time the according signal can be left open or has to be tied to zero, respectively.

@stnolting stnolting added enhancement New feature or request HW hardware-related labels Mar 8, 2023
@stnolting stnolting self-assigned this Mar 8, 2023
@stnolting stnolting linked an issue Mar 8, 2023 that may be closed by this pull request
@stnolting stnolting marked this pull request as ready for review March 8, 2023 20:13
@stnolting stnolting merged commit eff033b into main Mar 9, 2023
@stnolting stnolting deleted the readd_uart_flowcontrol branch March 9, 2023 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request HW hardware-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Re-integrate UART hardware flow control
1 participant