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

⚠️ rename UART RTS/CTS signals #1180

Merged
merged 4 commits into from
Feb 7, 2025
Merged

⚠️ rename UART RTS/CTS signals #1180

merged 4 commits into from
Feb 7, 2025

Conversation

stnolting
Copy link
Owner

The hardware flow control signals of the UARTs are low active. This PR adds a n to these signal names to underline this:

  • uart*_rts_o -> uart*_rtsn_o
  • uart*_cts_i -> uart*_ctsn_i

@stnolting stnolting added the HW Hardware-related label Feb 7, 2025
@stnolting stnolting self-assigned this Feb 7, 2025
@stnolting stnolting changed the title ⚠️ rename UARt RTS/CTS signals ⚠️ rename UART RTS/CTS signals Feb 7, 2025
@stnolting stnolting marked this pull request as ready for review February 7, 2025 17:40
@stnolting stnolting merged commit e7eee30 into main Feb 7, 2025
7 checks passed
@stnolting stnolting deleted the rename_uart_rtscts branch February 7, 2025 17:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
HW Hardware-related
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant